Html Css Color HEX #696E7C Raven

📋 copy color: '#696E7C'

red 105 ◦ green 110 ◦ blue 124

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

Shades of Raven #696E7C

Tints of Raven #696E7C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 30.97%
G = 32.45%
B = 36.58%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#696E7C (or 0x696E7C) is known color: Raven. HEX triplet: 69, 6E and 7C. RGB value is (105,110,124). Sum of RGB (Red+Green+Blue) = 105+110+124=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #696E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E7C is #969183. Grayscale: #6E6E6E. Windows color (decimal): -9867652 or 8154729. OLE color: 8154729.

HSL color Cylindrical-coordinate representation of color #696E7C: hue angle of 224.21º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696E7C is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 110 124 -
CMYK 0.15 0.11 0 0.51
HSL 224.21º 0.08% 0.45% -
HSV(B) 224.21º 0.15% 0.49% -
XYZ 15.04 15.61 21.29 -
YUV 110.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 105 110 124 0.15 0.11 0 0.51 224.21 0.08 0.45
Hex 69 6E 7C F B 0 33 E0 8 2D
Octal 151 156 174 17 13 0 63 340 10 55
Binary 1101001 1101110 1111100 1111 1011 0 110011 11100000 1000 101101

Color Harmonies of #696E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E7C

Black with #696E7C

Text Example


Text Example

White with #696E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,110,124); }

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

background-color css

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

 a { background-color: rgb(105,110,124); }

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

border-color css

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

 span { border-color: rgb(105,110,124); }

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