Html Css Color HEX #6E6189 Kimberly

📋 copy color: '#6E6189'

red 110 ◦ green 97 ◦ blue 137

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

Shades of Kimberly #6E6189

Tints of Kimberly #6E6189

RGB

 RED value IS 110 (43.36% from 255) = 31.98%

 GREEN value IS 97 (38.28% from 255) = 28.2%

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

R = 31.98%
G = 28.2%
B = 39.83%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6E6189 (or 0x6E6189) is known color: Kimberly. HEX triplet: 6E, 61 and 89. RGB value is (110,97,137). Sum of RGB (Red+Green+Blue) = 110+97+137=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6189 is #919E76. Grayscale: #696969. Windows color (decimal): -9543287 or 9003374. OLE color: 9003374.

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

Color convert

RGB 110 97 137 -
CMYK 0.20 0.29 0 0.46
HSL 259.5º 0.17% 0.46% -
HSV(B) 259.5º 0.29% 0.54% -
XYZ 15.22 13.67 25.5 -
YUV 105.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 110 97 137 0.20 0.29 0 0.46 259.5 0.17 0.46
Hex 6E 61 89 14 1D 0 2E 104 11 2E
Octal 156 141 211 24 35 0 56 404 21 56
Binary 1101110 1100001 10001001 10100 11101 0 101110 100000100 10001 101110

Color Harmonies of #6E6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6189

Black with #6E6189

Text Example


Text Example

White with #6E6189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,97,137); }

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

background-color css

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

 a { background-color: rgb(110,97,137); }

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

border-color css

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

 span { border-color: rgb(110,97,137); }

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