Html Css Color HEX #696E7D Raven

📋 copy color: '#696E7D'

red 105 ◦ green 110 ◦ blue 125

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

Shades of Raven #696E7D

Tints of Raven #696E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.76%

R = 30.88%
G = 32.35%
B = 36.76%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#696E7D (or 0x696E7D) is known color: Raven. HEX triplet: 69, 6E and 7D. RGB value is (105,110,125). Sum of RGB (Red+Green+Blue) = 105+110+125=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #696E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E7D is #969182. Grayscale: #6E6E6E. Windows color (decimal): -9867651 or 8220265. OLE color: 8220265.

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

Color convert

RGB 105 110 125 -
CMYK 0.16 0.12 0 0.51
HSL 225º 0.09% 0.45% -
HSV(B) 225º 0.16% 0.49% -
XYZ 15.1 15.64 21.62 -
YUV 110.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 105 110 125 0.16 0.12 0 0.51 225 0.09 0.45
Hex 69 6E 7D 10 C 0 33 E1 9 2D
Octal 151 156 175 20 14 0 63 341 11 55
Binary 1101001 1101110 1111101 10000 1100 0 110011 11100001 1001 101101

Color Harmonies of #696E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E7D

Black with #696E7D

Text Example


Text Example

White with #696E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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