Html Css Color HEX #6F7275 Raven

📋 copy color: '#6F7275'

red 111 ◦ green 114 ◦ blue 117

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

Shades of Raven #6F7275

Tints of Raven #6F7275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.33%

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 32.46%
G = 33.33%
B = 34.21%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F7275 (or 0x6F7275) is known color: Raven. HEX triplet: 6F, 72 and 75. RGB value is (111,114,117). Sum of RGB (Red+Green+Blue) = 111+114+117=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F7275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7275 is #908D8A. Grayscale: #717171. Windows color (decimal): -9473419 or 7697007. OLE color: 7697007.

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

Color convert

RGB 111 114 117 -
CMYK 0.05 0.03 0 0.54
HSL 210º 0.03% 0.45% -
HSV(B) 210º 0.05% 0.46% -
XYZ 15.78 16.7 19.22 -
YUV 113.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 111 114 117 0.05 0.03 0 0.54 210 0.03 0.45
Hex 6F 72 75 5 3 0 36 D2 3 2D
Octal 157 162 165 5 3 0 66 322 3 55
Binary 1101111 1110010 1110101 101 11 0 110110 11010010 11 101101

Color Harmonies of #6F7275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7275

Black with #6F7275

Text Example


Text Example

White with #6F7275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,114,117); }

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

background-color css

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

 a { background-color: rgb(111,114,117); }

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

border-color css

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

 span { border-color: rgb(111,114,117); }

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