Html Css Color HEX #6C6A89 Kimberly

📋 copy color: '#6C6A89'

red 108 ◦ green 106 ◦ blue 137

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

Shades of Kimberly #6C6A89

Tints of Kimberly #6C6A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

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

R = 30.77%
G = 30.2%
B = 39.03%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C6A89 (or 0x6C6A89) is known color: Kimberly. HEX triplet: 6C, 6A and 89. RGB value is (108,106,137). Sum of RGB (Red+Green+Blue) = 108+106+137=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C6A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6A89 is #939576. Grayscale: #6E6E6E. Windows color (decimal): -9672055 or 9005676. OLE color: 9005676.

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

Color convert

RGB 108 106 137 -
CMYK 0.21 0.23 0 0.46
HSL 243.87º 0.13% 0.48% -
HSV(B) 243.87º 0.23% 0.54% -
XYZ 15.85 15.3 25.78 -
YUV 110.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 108 106 137 0.21 0.23 0 0.46 243.87 0.13 0.48
Hex 6C 6A 89 15 17 0 2E F4 D 30
Octal 154 152 211 25 27 0 56 364 15 60
Binary 1101100 1101010 10001001 10101 10111 0 101110 11110100 1101 110000

Color Harmonies of #6C6A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6A89

Black with #6C6A89

Text Example


Text Example

White with #6C6A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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