Html Css Color HEX #6E6589 Kimberly

📋 copy color: '#6E6589'

red 110 ◦ green 101 ◦ blue 137

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

Shades of Kimberly #6E6589

Tints of Kimberly #6E6589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 31.61%
G = 29.02%
B = 39.37%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6E6589 (or 0x6E6589) is known color: Kimberly. HEX triplet: 6E, 65 and 89. RGB value is (110,101,137). Sum of RGB (Red+Green+Blue) = 110+101+137=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E6589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6589 is #919A76. Grayscale: #6B6B6B. Windows color (decimal): -9542263 or 9004398. OLE color: 9004398.

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

Color convert

RGB 110 101 137 -
CMYK 0.20 0.26 0 0.46
HSL 255º 0.15% 0.47% -
HSV(B) 255º 0.26% 0.54% -
XYZ 15.6 14.43 25.63 -
YUV 107.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 110 101 137 0.20 0.26 0 0.46 255 0.15 0.47
Hex 6E 65 89 14 1A 0 2E FF F 2F
Octal 156 145 211 24 32 0 56 377 17 57
Binary 1101110 1100101 10001001 10100 11010 0 101110 11111111 1111 101111

Color Harmonies of #6E6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6589

Black with #6E6589

Text Example


Text Example

White with #6E6589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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