Html Css Color HEX #696B71 Raven

📋 copy color: '#696B71'

red 105 ◦ green 107 ◦ blue 113

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

Shades of Raven #696B71

Tints of Raven #696B71

RGB

 RED value IS 105 (41.41% from 255) = 32.31%

 GREEN value IS 107 (42.19% from 255) = 32.92%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 32.31%
G = 32.92%
B = 34.77%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696B71 (or 0x696B71) is known color: Raven. HEX triplet: 69, 6B and 71. RGB value is (105,107,113). Sum of RGB (Red+Green+Blue) = 105+107+113=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: blue. Hex color #696B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B71 is #96948E. Grayscale: #6B6B6B. Windows color (decimal): -9868431 or 7433065. OLE color: 7433065.

HSL color Cylindrical-coordinate representation of color #696B71: hue angle of 225º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #696B71 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 107 113 -
CMYK 0.07 0.05 0 0.56
HSL 225º 0.04% 0.43% -
HSV(B) 225º 0.07% 0.44% -
XYZ 14.06 14.71 17.72 -
YUV 107.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 105 107 113 0.07 0.05 0 0.56 225 0.04 0.43
Hex 69 6B 71 7 5 0 38 E1 4 2B
Octal 151 153 161 7 5 0 70 341 4 53
Binary 1101001 1101011 1110001 111 101 0 111000 11100001 100 101011

Color Harmonies of #696B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B71

Black with #696B71

Text Example


Text Example

White with #696B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696B71; }

 p { color: rgb(105,107,113); }

 H1.HeaderClassName
 {
   color: #696B71;
 }
 .AnyTagClassName
 {
   color: #696B71;
 }
</style>

background-color css

<style>
 a { background-color: #696B71; }

 a { background-color: rgb(105,107,113); }

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

border-color css

<style>
 span { border-color: #696B71; }

 span { border-color: rgb(105,107,113); }

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