Html Css Color HEX #6F7278 Raven

📋 copy color: '#6F7278'

red 111 ◦ green 114 ◦ blue 120

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

Shades of Raven #6F7278

Tints of Raven #6F7278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 32.17%
G = 33.04%
B = 34.78%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F7278 (or 0x6F7278) is known color: Raven. HEX triplet: 6F, 72 and 78. RGB value is (111,114,120). Sum of RGB (Red+Green+Blue) = 111+114+120=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F7278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7278 is #908D87. Grayscale: #717171. Windows color (decimal): -9473416 or 7893615. OLE color: 7893615.

HSL color Cylindrical-coordinate representation of color #6F7278: hue angle of 220º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F7278 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 114 120 -
CMYK 0.08 0.05 0 0.53
HSL 220º 0.04% 0.45% -
HSV(B) 220º 0.07% 0.47% -
XYZ 15.96 16.77 20.16 -
YUV 113.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 111 114 120 0.08 0.05 0 0.53 220 0.04 0.45
Hex 6F 72 78 8 5 0 35 DC 4 2D
Octal 157 162 170 10 5 0 65 334 4 55
Binary 1101111 1110010 1111000 1000 101 0 110101 11011100 100 101101

Color Harmonies of #6F7278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7278

Black with #6F7278

Text Example


Text Example

White with #6F7278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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