Html Css Color HEX #696F7A Raven

📋 copy color: '#696F7A'

red 105 ◦ green 111 ◦ blue 122

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

Shades of Raven #696F7A

Tints of Raven #696F7A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 31.07%
G = 32.84%
B = 36.09%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#696F7A (or 0x696F7A) is known color: Raven. HEX triplet: 69, 6F and 7A. RGB value is (105,111,122). Sum of RGB (Red+Green+Blue) = 105+111+122=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #696F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F7A is #969085. Grayscale: #6E6E6E. Windows color (decimal): -9867398 or 8023913. OLE color: 8023913.

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

Color convert

RGB 105 111 122 -
CMYK 0.14 0.09 0 0.52
HSL 218.82º 0.07% 0.45% -
HSV(B) 218.82º 0.14% 0.48% -
XYZ 15.02 15.78 20.67 -
YUV 110.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 105 111 122 0.14 0.09 0 0.52 218.82 0.07 0.45
Hex 69 6F 7A E 9 0 34 DB 7 2D
Octal 151 157 172 16 11 0 64 333 7 55
Binary 1101001 1101111 1111010 1110 1001 0 110100 11011011 111 101101

Color Harmonies of #696F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F7A

Black with #696F7A

Text Example


Text Example

White with #696F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,111,122); }

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

background-color css

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

 a { background-color: rgb(105,111,122); }

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

border-color css

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

 span { border-color: rgb(105,111,122); }

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