Html Css Color HEX #6F667F Kimberly

📋 copy color: '#6F667F'

red 111 ◦ green 102 ◦ blue 127

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

Shades of Kimberly #6F667F

Tints of Kimberly #6F667F

RGB

 RED value IS 111 (43.75% from 255) = 32.65%

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

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

R = 32.65%
G = 30%
B = 37.35%

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

#6F667F (or 0x6F667F) is known color: Kimberly. HEX triplet: 6F, 66 and 7F. RGB value is (111,102,127). Sum of RGB (Red+Green+Blue) = 111+102+127=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F667F is #909980. Grayscale: #6B6B6B. Windows color (decimal): -9476481 or 8349295. OLE color: 8349295.

HSL color Cylindrical-coordinate representation of color #6F667F: hue angle of 261.6º 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 #6F667F is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 102 127 -
CMYK 0.13 0.20 0 0.50
HSL 261.6º 0.11% 0.45% -
HSV(B) 261.6º 0.2% 0.5% -
XYZ 15.14 14.41 22.06 -
YUV 107.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 111 102 127 0.13 0.20 0 0.50 261.6 0.11 0.45
Hex 6F 66 7F D 14 0 32 106 B 2D
Octal 157 146 177 15 24 0 62 406 13 55
Binary 1101111 1100110 1111111 1101 10100 0 110010 100000110 1011 101101

Color Harmonies of #6F667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F667F

Black with #6F667F

Text Example


Text Example

White with #6F667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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