Html Css Color HEX #6D5D89 Kimberly

📋 copy color: '#6D5D89'

red 109 ◦ green 93 ◦ blue 137

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

Shades of Kimberly #6D5D89

Tints of Kimberly #6D5D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

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

R = 32.15%
G = 27.43%
B = 40.41%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D5D89 (or 0x6D5D89) is known color: Kimberly. HEX triplet: 6D, 5D and 89. RGB value is (109,93,137). Sum of RGB (Red+Green+Blue) = 109+93+137=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D5D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5D89 is #92A276. Grayscale: #666666. Windows color (decimal): -9609847 or 9002349. OLE color: 9002349.

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

Color convert

RGB 109 93 137 -
CMYK 0.20 0.32 0 0.46
HSL 261.82º 0.19% 0.45% -
HSV(B) 261.82º 0.32% 0.54% -
XYZ 14.74 12.89 25.38 -
YUV 102.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 109 93 137 0.20 0.32 0 0.46 261.82 0.19 0.45
Hex 6D 5D 89 14 20 0 2E 106 13 2D
Octal 155 135 211 24 40 0 56 406 23 55
Binary 1101101 1011101 10001001 10100 100000 0 101110 100000110 10011 101101

Color Harmonies of #6D5D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5D89

Black with #6D5D89

Text Example


Text Example

White with #6D5D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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