#6F66DC

Color #6F66DC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6F66DC

Tints of Slate Blue #6F66DC

Color information

#6F66DC (or 0x6F66DC) is unknown color: approx Slate Blue. HEX triplet: 6F, 66 and DC. RGB value is (111,102,220). Sum of RGB (Red+Green+Blue) = 111+102+220=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F66DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F66DC is #909923. Grayscale: #757575. Windows color (decimal): -9476388 or 14444143. OLE color: 14444143.

HSL color Cylindrical-coordinate representation of color #6F66DC: hue angle of 244.58º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F66DC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB111102220-
CMYK0.500.5400.14
HSL244.58º62.77%63.14%-
HSV(B)244.58º53.64%86.27%-
XYZ24.2318.0569.92-
YUV118.14185.48122.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 220 (86.33% from 255) = 50.81%
R=25.64%
G=23.56%
B=50.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1111022200.500.5400.14244.5862.7763.14
Hex6F66DC32360Ef53f3f
Octal15714633462660163657777
Binary11011111100110110111001100101101100111011110101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F66DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F66DC; }

 p { color: rgb(111,102,220); }

 H1.HeaderClassName
 {
   color: #6F66DC;
 }
 .AnyTagClassName
 {
   color: #6F66DC;
 }
</style>
background-color css

<style>
 a { background-color: #6F66DC; }

 a { background-color: rgb(111,102,220); }

 div.DivClassName
 {
   background-color: #6F66DC;
 }
 .BgClassName
 {
   background-color: #6F66DC;
 }
</style>
border-color css

<style>
 span { border-color: #6F66DC; }

 span { border-color: rgb(111,102,220); }

 td.TdClassName
 {
   border-color: #6F66DC;
 }
 .TagClassName
 {
   border-color: #6F66DC;
 }
</style>