#6C668C

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

Shades of Kimberly #6C668C

Tints of Kimberly #6C668C

Color information

#6C668C (or 0x6C668C) is unknown color: approx Kimberly. HEX triplet: 6C, 66 and 8C. RGB value is (108,102,140). Sum of RGB (Red+Green+Blue) = 108+102+140=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C668C is #939973. Grayscale: #6B6B6B. Windows color (decimal): -9673076 or 9201260. OLE color: 9201260.

HSL color Cylindrical-coordinate representation of color #6C668C: hue angle of 249.47º 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 #6C668C is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB108102140-
CMYK0.230.2700.45
HSL249.47º15.7%47.45%-
HSV(B)249.47º27.14%54.9%-
XYZ15.6714.5826.8-
YUV108.13145.99127.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.86%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 140 (55.08% from 255) = 40%
R=30.86%
G=29.14%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1081021400.230.2700.45249.4715.747.45
Hex6C668C171B02Df9102f
Octal15414621427330553712057
Binary1101100110011010001100101111101101011011111100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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