Html Css Color HEX #6C6189 Kimberly

📋 copy color: '#6C6189'

red 108 ◦ green 97 ◦ blue 137

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

Shades of Kimberly #6C6189

Tints of Kimberly #6C6189

RGB

 RED value IS 108 (42.58% from 255) = 31.58%

 GREEN value IS 97 (38.28% from 255) = 28.36%

 BLUE value IS 137 (53.91% from 255) = 40.06%

R = 31.58%
G = 28.36%
B = 40.06%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C6189 (or 0x6C6189) is known color: Kimberly. HEX triplet: 6C, 61 and 89. RGB value is (108,97,137). Sum of RGB (Red+Green+Blue) = 108+97+137=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6189 is #939E76. Grayscale: #686868. Windows color (decimal): -9674359 or 9003372. OLE color: 9003372.

HSL color Cylindrical-coordinate representation of color #6C6189: hue angle of 256.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C6189 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 97 137 -
CMYK 0.21 0.29 0 0.46
HSL 256.5º 0.17% 0.46% -
HSV(B) 256.5º 0.29% 0.54% -
XYZ 14.97 13.54 25.49 -
YUV 104.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 108 97 137 0.21 0.29 0 0.46 256.5 0.17 0.46
Hex 6C 61 89 15 1D 0 2E 100 11 2E
Octal 154 141 211 25 35 0 56 400 21 56
Binary 1101100 1100001 10001001 10101 11101 0 101110 100000000 10001 101110

Color Harmonies of #6C6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6189

Black with #6C6189

Text Example


Text Example

White with #6C6189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C6189;
 }
 .AnyTagClassName
 {
   color: #6C6189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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