#6C618E

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

Shades of Kimberly #6C618E

Tints of Kimberly #6C618E

Color information

#6C618E (or 0x6C618E) is unknown color: approx Kimberly. HEX triplet: 6C, 61 and 8E. RGB value is (108,97,142). Sum of RGB (Red+Green+Blue) = 108+97+142=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C618E is #939E71. Grayscale: #696969. Windows color (decimal): -9674354 or 9331052. OLE color: 9331052.

HSL color Cylindrical-coordinate representation of color #6C618E: hue angle of 254.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C618E is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10897142-
CMYK0.240.3200.44
HSL254.67º18.83%46.86%-
HSV(B)254.67º31.69%55.69%-
XYZ15.3413.6927.43-
YUV105.42148.64129.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=31.12%
G=27.95%
B=40.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108971420.240.3200.44254.6718.8346.86
Hex6C618E182002Cff132f
Octal15414121630400543772357
Binary11011001100001100011101100010000001011001111111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,97,142); }

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

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

 a { background-color: rgb(108,97,142); }

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

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

 span { border-color: rgb(108,97,142); }

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