#6f668c

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

Shades of Kimberly #6F668C

Tints of Kimberly #6F668C

Color information

#6F668C (or 0x6F668C) is unknown color: approx Kimberly. HEX triplet: 6F, 66 and 8C. RGB value is (111,102,140). Sum of RGB (Red+Green+Blue) = 111+102+140=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F668C is #909973. Grayscale: #6C6C6C. Windows color (decimal): -9476468 or 9201263. OLE color: 9201263.

HSL color Cylindrical-coordinate representation of color #6F668C: hue angle of 254.21º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F668C is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB111102140-
CMYK0.210.2700.45
HSL254.21º15.7%47.45%-
HSV(B)254.21º27.14%54.9%-
XYZ16.0414.7826.82-
YUV109.02145.48129.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.44%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=31.44%
G=28.90%
B=39.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111021400.210.2700.45254.2115.747.45
Hex6F668C151B02Dfe102f
Octal15714621425330553762057
Binary1101111110011010001100101011101101011011111111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f668c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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