Html Css Color HEX #6F7680 Raven

📋 copy color: '#6F7680'

red 111 ◦ green 118 ◦ blue 128

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

Shades of Raven #6F7680

Tints of Raven #6F7680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

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

R = 31.09%
G = 33.05%
B = 35.85%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6F7680 (or 0x6F7680) is known color: Raven. HEX triplet: 6F, 76 and 80. RGB value is (111,118,128). Sum of RGB (Red+Green+Blue) = 111+118+128=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F7680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7680 is #90897F. Grayscale: #747474. Windows color (decimal): -9472384 or 8418927. OLE color: 8418927.

HSL color Cylindrical-coordinate representation of color #6F7680: hue angle of 215.29º 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 #6F7680 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 118 128 -
CMYK 0.13 0.08 0 0.50
HSL 215.29º 0.07% 0.47% -
HSV(B) 215.29º 0.13% 0.5% -
XYZ 16.93 17.89 22.98 -
YUV 117.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 111 118 128 0.13 0.08 0 0.50 215.29 0.07 0.47
Hex 6F 76 80 D 8 0 32 D7 7 2F
Octal 157 166 200 15 10 0 62 327 7 57
Binary 1101111 1110110 10000000 1101 1000 0 110010 11010111 111 101111

Color Harmonies of #6F7680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7680

Black with #6F7680

Text Example


Text Example

White with #6F7680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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