Html Css Color HEX #6F7073 Raven

📋 copy color: '#6F7073'

red 111 ◦ green 112 ◦ blue 115

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

Shades of Raven #6F7073

Tints of Raven #6F7073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 32.84%
G = 33.14%
B = 34.02%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F7073 (or 0x6F7073) is known color: Raven. HEX triplet: 6F, 70 and 73. RGB value is (111,112,115). Sum of RGB (Red+Green+Blue) = 111+112+115=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F7073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7073 is #908F8C. Grayscale: #707070. Windows color (decimal): -9473933 or 7565423. OLE color: 7565423.

HSL color Cylindrical-coordinate representation of color #6F7073: hue angle of 225º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6F7073 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 112 115 -
CMYK 0.03 0.03 0 0.55
HSL 225º 0.02% 0.44% -
HSV(B) 225º 0.03% 0.45% -
XYZ 15.44 16.21 18.53 -
YUV 112.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 111 112 115 0.03 0.03 0 0.55 225 0.02 0.44
Hex 6F 70 73 3 3 0 37 E1 2 2C
Octal 157 160 163 3 3 0 67 341 2 54
Binary 1101111 1110000 1110011 11 11 0 110111 11100001 10 101100

Color Harmonies of #6F7073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7073

Black with #6F7073

Text Example


Text Example

White with #6F7073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,115); }

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

background-color css

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

 a { background-color: rgb(111,112,115); }

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

border-color css

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

 span { border-color: rgb(111,112,115); }

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