Html Css Color HEX #696C74 Raven

📋 copy color: '#696C74'

red 105 ◦ green 108 ◦ blue 116

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

Shades of Raven #696C74

Tints of Raven #696C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.26%

R = 31.91%
G = 32.83%
B = 35.26%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#696C74 (or 0x696C74) is known color: Raven. HEX triplet: 69, 6C and 74. RGB value is (105,108,116). Sum of RGB (Red+Green+Blue) = 105+108+116=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 116 - color contains mainly: blue. Hex color #696C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C74 is #96938B. Grayscale: #6B6B6B. Windows color (decimal): -9868172 or 7629929. OLE color: 7629929.

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

Color convert

RGB 105 108 116 -
CMYK 0.09 0.07 0 0.55
HSL 223.64º 0.05% 0.43% -
HSV(B) 223.64º 0.09% 0.45% -
XYZ 14.34 14.99 18.66 -
YUV 108.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 105 108 116 0.09 0.07 0 0.55 223.64 0.05 0.43
Hex 69 6C 74 9 7 0 37 E0 5 2B
Octal 151 154 164 11 7 0 67 340 5 53
Binary 1101001 1101100 1110100 1001 111 0 110111 11100000 101 101011

Color Harmonies of #696C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C74

Black with #696C74

Text Example


Text Example

White with #696C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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