Html Css Color HEX #6F7780 Raven

📋 copy color: '#6F7780'

red 111 ◦ green 119 ◦ blue 128

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

Shades of Raven #6F7780

Tints of Raven #6F7780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 31.01%
G = 33.24%
B = 35.75%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6F7780 (or 0x6F7780) is known color: Raven. HEX triplet: 6F, 77 and 80. RGB value is (111,119,128). Sum of RGB (Red+Green+Blue) = 111+119+128=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F7780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7780 is #90887F. Grayscale: #757575. Windows color (decimal): -9472128 or 8419183. OLE color: 8419183.

HSL color Cylindrical-coordinate representation of color #6F7780: hue angle of 211.76º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F7780 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 119 128 -
CMYK 0.13 0.07 0 0.50
HSL 211.76º 0.07% 0.47% -
HSV(B) 211.76º 0.13% 0.5% -
XYZ 17.05 18.13 23.02 -
YUV 117.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 111 119 128 0.13 0.07 0 0.50 211.76 0.07 0.47
Hex 6F 77 80 D 7 0 32 D4 7 2F
Octal 157 167 200 15 7 0 62 324 7 57
Binary 1101111 1110111 10000000 1101 111 0 110010 11010100 111 101111

Color Harmonies of #6F7780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7780

Black with #6F7780

Text Example


Text Example

White with #6F7780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,119,128); }

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

background-color css

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

 a { background-color: rgb(111,119,128); }

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

border-color css

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

 span { border-color: rgb(111,119,128); }

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