Html Css Color HEX #6F7681 Raven

📋 copy color: '#6F7681'

red 111 ◦ green 118 ◦ blue 129

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

Shades of Raven #6F7681

Tints of Raven #6F7681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 31.01%
G = 32.96%
B = 36.03%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6F7681 (or 0x6F7681) is known color: Raven. HEX triplet: 6F, 76 and 81. RGB value is (111,118,129). Sum of RGB (Red+Green+Blue) = 111+118+129=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 129 - color contains mainly: blue. Hex color #6F7681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7681 is #90897E. Grayscale: #757575. Windows color (decimal): -9472383 or 8484463. OLE color: 8484463.

HSL color Cylindrical-coordinate representation of color #6F7681: hue angle of 216.67º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F7681 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 118 129 -
CMYK 0.14 0.09 0 0.49
HSL 216.67º 0.08% 0.47% -
HSV(B) 216.67º 0.14% 0.51% -
XYZ 17 17.92 23.33 -
YUV 117.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 111 118 129 0.14 0.09 0 0.49 216.67 0.08 0.47
Hex 6F 76 81 E 9 0 31 D9 8 2F
Octal 157 166 201 16 11 0 61 331 10 57
Binary 1101111 1110110 10000001 1110 1001 0 110001 11011001 1000 101111

Color Harmonies of #6F7681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7681

Black with #6F7681

Text Example


Text Example

White with #6F7681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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