#6C607C

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

Shades of Kimberly #6C607C

Tints of Kimberly #6C607C

Color information

#6C607C (or 0x6C607C) is unknown color: approx Kimberly. HEX triplet: 6C, 60 and 7C. RGB value is (108,96,124). Sum of RGB (Red+Green+Blue) = 108+96+124=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C607C is #939F83. Grayscale: #666666. Windows color (decimal): -9674628 or 8151148. OLE color: 8151148.

HSL color Cylindrical-coordinate representation of color #6C607C: hue angle of 265.71º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C607C is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10896124-
CMYK0.130.2300.51
HSL265.71º12.73%43.14%-
HSV(B)265.71º22.58%48.63%-
XYZ14.0113.0120.84-
YUV102.78139.98131.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.93%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=32.93%
G=29.27%
B=37.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108961240.130.2300.51265.7112.7343.14
Hex6C607CD1703310ad2b
Octal15414017415270634121553
Binary11011001100000111110011011011101100111000010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,96,124); }

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

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

 a { background-color: rgb(108,96,124); }

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

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

 span { border-color: rgb(108,96,124); }

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