#6C668A

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

Shades of Kimberly #6C668A

Tints of Kimberly #6C668A

Color information

#6C668A (or 0x6C668A) is unknown color: approx Kimberly. HEX triplet: 6C, 66 and 8A. RGB value is (108,102,138). Sum of RGB (Red+Green+Blue) = 108+102+138=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C668A is #939975. Grayscale: #6B6B6B. Windows color (decimal): -9673078 or 9070188. OLE color: 9070188.

HSL color Cylindrical-coordinate representation of color #6C668A: hue angle of 250º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C668A is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB108102138-
CMYK0.220.2600.46
HSL250º15%47.06%-
HSV(B)250º26.09%54.12%-
XYZ15.5214.5326.03-
YUV107.9144.99128.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.03%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=31.03%
G=29.31%
B=39.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1081021380.220.2600.462501547.06
Hex6C668A161A02Efaf2f
Octal15414621226320563721757
Binary110110011001101000101010110110100101110111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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