#6C678C

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

Shades of Kimberly #6C678C

Tints of Kimberly #6C678C

Color information

#6C678C (or 0x6C678C) is unknown color: approx Kimberly. HEX triplet: 6C, 67 and 8C. RGB value is (108,103,140). Sum of RGB (Red+Green+Blue) = 108+103+140=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C678C is #939873. Grayscale: #6C6C6C. Windows color (decimal): -9672820 or 9201516. OLE color: 9201516.

HSL color Cylindrical-coordinate representation of color #6C678C: hue angle of 248.11º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C678C is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB108103140-
CMYK0.230.2600.45
HSL248.11º15.23%47.65%-
HSV(B)248.11º26.43%54.9%-
XYZ15.7714.7826.83-
YUV108.71145.66127.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.77%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=30.77%
G=29.34%
B=39.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1081031400.230.2600.45248.1115.2347.65
Hex6C678C171A02Df8f30
Octal15414721427320553701760
Binary110110011001111000110010111110100101101111110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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