#6C607B

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

Shades of Kimberly #6C607B

Tints of Kimberly #6C607B

Color information

#6C607B (or 0x6C607B) is unknown color: approx Kimberly. HEX triplet: 6C, 60 and 7B. RGB value is (108,96,123). Sum of RGB (Red+Green+Blue) = 108+96+123=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C607B is #939F84. Grayscale: #666666. Windows color (decimal): -9674629 or 8085612. OLE color: 8085612.

HSL color Cylindrical-coordinate representation of color #6C607B: hue angle of 266.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C607B is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10896123-
CMYK0.120.2200.52
HSL266.67º12.33%42.94%-
HSV(B)266.67º21.95%48.24%-
XYZ13.9412.9820.51-
YUV102.67139.48131.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.03%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=33.03%
G=29.36%
B=37.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108961230.120.2200.52266.6712.3342.94
Hex6C607BC1603410bc2b
Octal15414017314260644131453
Binary11011001100000111101111001011001101001000010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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