Html Css Color HEX #6E617E Kimberly

📋 copy color: '#6E617E'

red 110 ◦ green 97 ◦ blue 126

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

Shades of Kimberly #6E617E

Tints of Kimberly #6E617E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.84%

R = 33.03%
G = 29.13%
B = 37.84%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E617E (or 0x6E617E) is known color: Kimberly. HEX triplet: 6E, 61 and 7E. RGB value is (110,97,126). Sum of RGB (Red+Green+Blue) = 110+97+126=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E617E is #919E81. Grayscale: #686868. Windows color (decimal): -9543298 or 8282478. OLE color: 8282478.

HSL color Cylindrical-coordinate representation of color #6E617E: hue angle of 266.9º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E617E is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 97 126 -
CMYK 0.13 0.23 0 0.51
HSL 266.9º 0.13% 0.44% -
HSV(B) 266.9º 0.23% 0.49% -
XYZ 14.47 13.37 21.56 -
YUV 104.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 110 97 126 0.13 0.23 0 0.51 266.9 0.13 0.44
Hex 6E 61 7E D 17 0 33 10B D 2C
Octal 156 141 176 15 27 0 63 413 15 54
Binary 1101110 1100001 1111110 1101 10111 0 110011 100001011 1101 101100

Color Harmonies of #6E617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E617E

Black with #6E617E

Text Example


Text Example

White with #6E617E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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