Html Css Color HEX #6D6089 Kimberly

📋 copy color: '#6D6089'

red 109 ◦ green 96 ◦ blue 137

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

Shades of Kimberly #6D6089

Tints of Kimberly #6D6089

RGB

 RED value IS 109 (42.97% from 255) = 31.87%

 GREEN value IS 96 (37.89% from 255) = 28.07%

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

R = 31.87%
G = 28.07%
B = 40.06%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D6089 (or 0x6D6089) is known color: Kimberly. HEX triplet: 6D, 60 and 89. RGB value is (109,96,137). Sum of RGB (Red+Green+Blue) = 109+96+137=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 96 (37.89% from 255 or 28.07% 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 #6D6089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6089 is #929F76. Grayscale: #686868. Windows color (decimal): -9609079 or 9003117. OLE color: 9003117.

HSL color Cylindrical-coordinate representation of color #6D6089: hue angle of 259.02º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D6089 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 96 137 -
CMYK 0.20 0.30 0 0.46
HSL 259.02º 0.18% 0.46% -
HSV(B) 259.02º 0.3% 0.54% -
XYZ 15 13.42 25.47 -
YUV 104.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 109 96 137 0.20 0.30 0 0.46 259.02 0.18 0.46
Hex 6D 60 89 14 1E 0 2E 103 12 2E
Octal 155 140 211 24 36 0 56 403 22 56
Binary 1101101 1100000 10001001 10100 11110 0 101110 100000011 10010 101110

Color Harmonies of #6D6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6089

Black with #6D6089

Text Example


Text Example

White with #6D6089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,96,137); }

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

background-color css

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

 a { background-color: rgb(109,96,137); }

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

border-color css

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

 span { border-color: rgb(109,96,137); }

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