#6F66CC

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

Shades of Slate Blue #6F66CC

Tints of Slate Blue #6F66CC

Color information

#6F66CC (or 0x6F66CC) is unknown color: approx Slate Blue. HEX triplet: 6F, 66 and CC. RGB value is (111,102,204). Sum of RGB (Red+Green+Blue) = 111+102+204=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F66CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F66CC is #909933. Grayscale: #737373. Windows color (decimal): -9476404 or 13395567. OLE color: 13395567.

HSL color Cylindrical-coordinate representation of color #6F66CC: hue angle of 245.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F66CC is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB111102204-
CMYK0.460.500.2
HSL245.29º50%60%-
HSV(B)245.29º50%80%-
XYZ22.2117.2459.28-
YUV116.32177.48124.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.62%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=26.62%
G=24.46%
B=48.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1111022040.460.500.2245.295060
Hex6F66CC2E32014f5323c
Octal15714631456620243656274
Binary110111111001101100110010111011001001010011110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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