Html Css Color HEX #6F6067 Scorpion

📋 copy color: '#6F6067'

red 111 ◦ green 96 ◦ blue 103

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

Shades of Scorpion #6F6067

Tints of Scorpion #6F6067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 35.81%
G = 30.97%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#6F6067 (or 0x6F6067) is known color: Scorpion. HEX triplet: 6F, 60 and 67. RGB value is (111,96,103). Sum of RGB (Red+Green+Blue) = 111+96+103=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6067 is #909F98. Grayscale: #656565. Windows color (decimal): -9478041 or 6774895. OLE color: 6774895.

HSL color Cylindrical-coordinate representation of color #6F6067: hue angle of 332º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F6067 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 96 103 -
CMYK 0 0.14 0.07 0.56
HSL 332º 0.07% 0.41% -
HSV(B) 332º 0.14% 0.44% -
XYZ 13.19 12.72 14.59 -
YUV 101.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 111 96 103 0 0.14 0.07 0.56 332 0.07 0.41
Hex 6F 60 67 0 E 7 38 14C 7 29
Octal 157 140 147 0 16 7 70 514 7 51
Binary 1101111 1100000 1100111 0 1110 111 111000 101001100 111 101001

Color Harmonies of #6F6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6067

Black with #6F6067

Text Example


Text Example

White with #6F6067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,96,103); }

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

background-color css

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

 a { background-color: rgb(111,96,103); }

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

border-color css

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

 span { border-color: rgb(111,96,103); }

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