Html Css Color HEX #6C618E Kimberly

📋 copy color: '#6C618E'

red 108 ◦ green 97 ◦ blue 142

#6C618E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #6C618E

Tints of Kimberly #6C618E

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 value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C618E (or 0x6C618E) is known color: 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

RGB 108 97 142 -
CMYK 0.24 0.32 0 0.44
HSL 254.67º 0.19% 0.47% -
HSV(B) 254.67º 0.32% 0.56% -
XYZ 15.34 13.69 27.43 -
YUV 105.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 108 97 142 0.24 0.32 0 0.44 254.67 0.19 0.47
Hex 6C 61 8E 18 20 0 2C FF 13 2F
Octal 154 141 216 30 40 0 54 377 23 57
Binary 1101100 1100001 10001110 11000 100000 0 101100 11111111 10011 101111

Color Harmonies of #6C618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C618E

Black with #6C618E

Text Example


Text Example

White with #6C618E

Text Example


Text Example

HTML Codes & Css Web 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>