Html Css Color HEX #6D6A89 Kimberly

📋 copy color: '#6D6A89'

red 109 ◦ green 106 ◦ blue 137

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

Shades of Kimberly #6D6A89

Tints of Kimberly #6D6A89

RGB

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

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

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

R = 30.97%
G = 30.11%
B = 38.92%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D6A89 (or 0x6D6A89) is known color: Kimberly. HEX triplet: 6D, 6A and 89. RGB value is (109,106,137). Sum of RGB (Red+Green+Blue) = 109+106+137=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D6A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6A89 is #929576. Grayscale: #6E6E6E. Windows color (decimal): -9606519 or 9005677. OLE color: 9005677.

HSL color Cylindrical-coordinate representation of color #6D6A89: hue angle of 245.81º 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 #6D6A89 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 106 137 -
CMYK 0.20 0.23 0 0.46
HSL 245.81º 0.13% 0.48% -
HSV(B) 245.81º 0.23% 0.54% -
XYZ 15.98 15.37 25.79 -
YUV 110.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 109 106 137 0.20 0.23 0 0.46 245.81 0.13 0.48
Hex 6D 6A 89 14 17 0 2E F6 D 30
Octal 155 152 211 24 27 0 56 366 15 60
Binary 1101101 1101010 10001001 10100 10111 0 101110 11110110 1101 110000

Color Harmonies of #6D6A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6A89

Black with #6D6A89

Text Example


Text Example

White with #6D6A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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