Html Css Color HEX #6D6489 Kimberly

📋 copy color: '#6D6489'

red 109 ◦ green 100 ◦ blue 137

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

Shades of Kimberly #6D6489

Tints of Kimberly #6D6489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

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

R = 31.5%
G = 28.9%
B = 39.6%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D6489 (or 0x6D6489) is known color: Kimberly. HEX triplet: 6D, 64 and 89. RGB value is (109,100,137). Sum of RGB (Red+Green+Blue) = 109+100+137=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D6489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6489 is #929B76. Grayscale: #6A6A6A. Windows color (decimal): -9608055 or 9004141. OLE color: 9004141.

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

Color convert

RGB 109 100 137 -
CMYK 0.20 0.27 0 0.46
HSL 254.59º 0.16% 0.46% -
HSV(B) 254.59º 0.27% 0.54% -
XYZ 15.38 14.17 25.59 -
YUV 106.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 109 100 137 0.20 0.27 0 0.46 254.59 0.16 0.46
Hex 6D 64 89 14 1B 0 2E FF 10 2E
Octal 155 144 211 24 33 0 56 377 20 56
Binary 1101101 1100100 10001001 10100 11011 0 101110 11111111 10000 101110

Color Harmonies of #6D6489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6489

Black with #6D6489

Text Example


Text Example

White with #6D6489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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