Html Css Color HEX #6D6389 Kimberly

📋 copy color: '#6D6389'

red 109 ◦ green 99 ◦ blue 137

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

Shades of Kimberly #6D6389

Tints of Kimberly #6D6389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.7%

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

R = 31.59%
G = 28.7%
B = 39.71%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D6389 (or 0x6D6389) is known color: Kimberly. HEX triplet: 6D, 63 and 89. RGB value is (109,99,137). Sum of RGB (Red+Green+Blue) = 109+99+137=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D6389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6389 is #929C76. Grayscale: #6A6A6A. Windows color (decimal): -9608311 or 9003885. OLE color: 9003885.

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

Color convert

RGB 109 99 137 -
CMYK 0.20 0.28 0 0.46
HSL 255.79º 0.16% 0.46% -
HSV(B) 255.79º 0.28% 0.54% -
XYZ 15.28 13.98 25.56 -
YUV 106.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 109 99 137 0.20 0.28 0 0.46 255.79 0.16 0.46
Hex 6D 63 89 14 1C 0 2E 100 10 2E
Octal 155 143 211 24 34 0 56 400 20 56
Binary 1101101 1100011 10001001 10100 11100 0 101110 100000000 10000 101110

Color Harmonies of #6D6389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6389

Black with #6D6389

Text Example


Text Example

White with #6D6389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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