Html Css Color HEX #6E617F Kimberly

📋 copy color: '#6E617F'

red 110 ◦ green 97 ◦ blue 127

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

Shades of Kimberly #6E617F

Tints of Kimberly #6E617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.02%

R = 32.93%
G = 29.04%
B = 38.02%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6E617F (or 0x6E617F) is known color: Kimberly. HEX triplet: 6E, 61 and 7F. RGB value is (110,97,127). Sum of RGB (Red+Green+Blue) = 110+97+127=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E617F is #919E80. Grayscale: #686868. Windows color (decimal): -9543297 or 8348014. OLE color: 8348014.

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

Color convert

RGB 110 97 127 -
CMYK 0.13 0.24 0 0.50
HSL 266º 0.13% 0.44% -
HSV(B) 266º 0.24% 0.5% -
XYZ 14.54 13.4 21.9 -
YUV 104.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 110 97 127 0.13 0.24 0 0.50 266 0.13 0.44
Hex 6E 61 7F D 18 0 32 10A D 2C
Octal 156 141 177 15 30 0 62 412 15 54
Binary 1101110 1100001 1111111 1101 11000 0 110010 100001010 1101 101100

Color Harmonies of #6E617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E617F

Black with #6E617F

Text Example


Text Example

White with #6E617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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