Html Css Color HEX #696C71 Raven

📋 copy color: '#696C71'

red 105 ◦ green 108 ◦ blue 113

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

Shades of Raven #696C71

Tints of Raven #696C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.13%

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

R = 32.21%
G = 33.13%
B = 34.66%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696C71 (or 0x696C71) is known color: Raven. HEX triplet: 69, 6C and 71. RGB value is (105,108,113). Sum of RGB (Red+Green+Blue) = 105+108+113=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 113 - color contains mainly: blue. Hex color #696C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C71 is #96938E. Grayscale: #6B6B6B. Windows color (decimal): -9868175 or 7433321. OLE color: 7433321.

HSL color Cylindrical-coordinate representation of color #696C71: hue angle of 217.5º 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 #696C71 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 108 113 -
CMYK 0.07 0.04 0 0.56
HSL 217.5º 0.04% 0.43% -
HSV(B) 217.5º 0.07% 0.44% -
XYZ 14.17 14.92 17.76 -
YUV 107.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 105 108 113 0.07 0.04 0 0.56 217.5 0.04 0.43
Hex 69 6C 71 7 4 0 38 DA 4 2B
Octal 151 154 161 7 4 0 70 332 4 53
Binary 1101001 1101100 1110001 111 100 0 111000 11011010 100 101011

Color Harmonies of #696C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C71

Black with #696C71

Text Example


Text Example

White with #696C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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