Html Css Color HEX #6E6881 Kimberly

📋 copy color: '#6E6881'

red 110 ◦ green 104 ◦ blue 129

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

Shades of Kimberly #6E6881

Tints of Kimberly #6E6881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.32%

 BLUE value IS 129 (50.78% from 255) = 37.61%

R = 32.07%
G = 30.32%
B = 37.61%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6E6881 (or 0x6E6881) is known color: Kimberly. HEX triplet: 6E, 68 and 81. RGB value is (110,104,129). Sum of RGB (Red+Green+Blue) = 110+104+129=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #6E6881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6881 is #91977E. Grayscale: #6C6C6C. Windows color (decimal): -9541503 or 8480878. OLE color: 8480878.

HSL color Cylindrical-coordinate representation of color #6E6881: hue angle of 254.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E6881 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 104 129 -
CMYK 0.15 0.19 0 0.49
HSL 254.4º 0.11% 0.46% -
HSV(B) 254.4º 0.19% 0.51% -
XYZ 15.34 14.8 22.82 -
YUV 108.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 110 104 129 0.15 0.19 0 0.49 254.4 0.11 0.46
Hex 6E 68 81 F 13 0 31 FE B 2E
Octal 156 150 201 17 23 0 61 376 13 56
Binary 1101110 1101000 10000001 1111 10011 0 110001 11111110 1011 101110

Color Harmonies of #6E6881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6881

Black with #6E6881

Text Example


Text Example

White with #6E6881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,104,129); }

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

background-color css

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

 a { background-color: rgb(110,104,129); }

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

border-color css

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

 span { border-color: rgb(110,104,129); }

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