Html Css Color HEX #6E6786 Kimberly

📋 copy color: '#6E6786'

red 110 ◦ green 103 ◦ blue 134

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

Shades of Kimberly #6E6786

Tints of Kimberly #6E6786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.68%

 BLUE value IS 134 (52.73% from 255) = 38.62%

R = 31.7%
G = 29.68%
B = 38.62%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E6786 (or 0x6E6786) is known color: Kimberly. HEX triplet: 6E, 67 and 86. RGB value is (110,103,134). Sum of RGB (Red+Green+Blue) = 110+103+134=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E6786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6786 is #919879. Grayscale: #6C6C6C. Windows color (decimal): -9541754 or 8808302. OLE color: 8808302.

HSL color Cylindrical-coordinate representation of color #6E6786: hue angle of 253.55º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E6786 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 103 134 -
CMYK 0.18 0.23 0 0.47
HSL 253.55º 0.13% 0.46% -
HSV(B) 253.55º 0.23% 0.53% -
XYZ 15.58 14.74 24.58 -
YUV 108.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 110 103 134 0.18 0.23 0 0.47 253.55 0.13 0.46
Hex 6E 67 86 12 17 0 2F FE D 2E
Octal 156 147 206 22 27 0 57 376 15 56
Binary 1101110 1100111 10000110 10010 10111 0 101111 11111110 1101 101110

Color Harmonies of #6E6786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6786

Black with #6E6786

Text Example


Text Example

White with #6E6786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,103,134); }

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

background-color css

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

 a { background-color: rgb(110,103,134); }

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

border-color css

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

 span { border-color: rgb(110,103,134); }

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