Html Css Color HEX #6E667F Kimberly

📋 copy color: '#6E667F'

red 110 ◦ green 102 ◦ blue 127

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

Shades of Kimberly #6E667F

Tints of Kimberly #6E667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 32.45%
G = 30.09%
B = 37.46%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6E667F (or 0x6E667F) is known color: Kimberly. HEX triplet: 6E, 66 and 7F. RGB value is (110,102,127). Sum of RGB (Red+Green+Blue) = 110+102+127=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E667F is #919980. Grayscale: #6B6B6B. Windows color (decimal): -9542017 or 8349294. OLE color: 8349294.

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

Color convert

RGB 110 102 127 -
CMYK 0.13 0.20 0 0.50
HSL 259.2º 0.11% 0.45% -
HSV(B) 259.2º 0.2% 0.5% -
XYZ 15.01 14.35 22.06 -
YUV 107.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 110 102 127 0.13 0.20 0 0.50 259.2 0.11 0.45
Hex 6E 66 7F D 14 0 32 103 B 2D
Octal 156 146 177 15 24 0 62 403 13 55
Binary 1101110 1100110 1111111 1101 10100 0 110010 100000011 1011 101101

Color Harmonies of #6E667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E667F

Black with #6E667F

Text Example


Text Example

White with #6E667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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