Html Css Color HEX #6B6F77 Raven

📋 copy color: '#6B6F77'

red 107 ◦ green 111 ◦ blue 119

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

Shades of Raven #6B6F77

Tints of Raven #6B6F77

RGB

 RED value IS 107 (42.19% from 255) = 31.75%

 GREEN value IS 111 (43.75% from 255) = 32.94%

 BLUE value IS 119 (46.88% from 255) = 35.31%

R = 31.75%
G = 32.94%
B = 35.31%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B6F77 (or 0x6B6F77) is known color: Raven. HEX triplet: 6B, 6F and 77. RGB value is (107,111,119). Sum of RGB (Red+Green+Blue) = 107+111+119=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B6F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6F77 is #949088. Grayscale: #6E6E6E. Windows color (decimal): -9736329 or 7827307. OLE color: 7827307.

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

Color convert

RGB 107 111 119 -
CMYK 0.10 0.07 0 0.53
HSL 220º 0.05% 0.44% -
HSV(B) 220º 0.1% 0.47% -
XYZ 15.08 15.83 19.71 -
YUV 110.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 107 111 119 0.10 0.07 0 0.53 220 0.05 0.44
Hex 6B 6F 77 A 7 0 35 DC 5 2C
Octal 153 157 167 12 7 0 65 334 5 54
Binary 1101011 1101111 1110111 1010 111 0 110101 11011100 101 101100

Color Harmonies of #6B6F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6F77

Black with #6B6F77

Text Example


Text Example

White with #6B6F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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