Html Css Color HEX #6E5F88 Kimberly

📋 copy color: '#6E5F88'

red 110 ◦ green 95 ◦ blue 136

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

Shades of Kimberly #6E5F88

Tints of Kimberly #6E5F88

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.86%

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 32.26%
G = 27.86%
B = 39.88%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E5F88 (or 0x6E5F88) is known color: Kimberly. HEX triplet: 6E, 5F and 88. RGB value is (110,95,136). Sum of RGB (Red+Green+Blue) = 110+95+136=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E5F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5F88 is #91A077. Grayscale: #686868. Windows color (decimal): -9543800 or 8937326. OLE color: 8937326.

HSL color Cylindrical-coordinate representation of color #6E5F88: hue angle of 261.95º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E5F88 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 95 136 -
CMYK 0.19 0.30 0 0.47
HSL 261.95º 0.18% 0.45% -
HSV(B) 261.95º 0.3% 0.53% -
XYZ 14.97 13.28 25.07 -
YUV 104.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 110 95 136 0.19 0.30 0 0.47 261.95 0.18 0.45
Hex 6E 5F 88 13 1E 0 2F 106 12 2D
Octal 156 137 210 23 36 0 57 406 22 55
Binary 1101110 1011111 10001000 10011 11110 0 101111 100000110 10010 101101

Color Harmonies of #6E5F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5F88

Black with #6E5F88

Text Example


Text Example

White with #6E5F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,95,136); }

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

background-color css

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

 a { background-color: rgb(110,95,136); }

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

border-color css

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

 span { border-color: rgb(110,95,136); }

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