Html Css Color HEX #6F7175 Raven

📋 copy color: '#6F7175'

red 111 ◦ green 113 ◦ blue 117

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

Shades of Raven #6F7175

Tints of Raven #6F7175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

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

R = 32.55%
G = 33.14%
B = 34.31%

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

#6F7175 (or 0x6F7175) is known color: Raven. HEX triplet: 6F, 71 and 75. RGB value is (111,113,117). Sum of RGB (Red+Green+Blue) = 111+113+117=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F7175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7175 is #908E8A. Grayscale: #707070. Windows color (decimal): -9473675 or 7696751. OLE color: 7696751.

HSL color Cylindrical-coordinate representation of color #6F7175: hue angle of 220º 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 #6F7175 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 113 117 -
CMYK 0.05 0.03 0 0.54
HSL 220º 0.03% 0.45% -
HSV(B) 220º 0.05% 0.46% -
XYZ 15.67 16.47 19.18 -
YUV 112.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 111 113 117 0.05 0.03 0 0.54 220 0.03 0.45
Hex 6F 71 75 5 3 0 36 DC 3 2D
Octal 157 161 165 5 3 0 66 334 3 55
Binary 1101111 1110001 1110101 101 11 0 110110 11011100 11 101101

Color Harmonies of #6F7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7175

Black with #6F7175

Text Example


Text Example

White with #6F7175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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