#696F7D

Color #696F7D Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #696F7D

Tints of Raven #696F7D

Color information

#696F7D (or 0x696F7D) is unknown color: approx Raven. HEX triplet: 69, 6F and 7D. RGB value is (105,111,125). Sum of RGB (Red+Green+Blue) = 105+111+125=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 125 - color contains mainly: blue. Hex color #696F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F7D is #969082. Grayscale: #6E6E6E. Windows color (decimal): -9867395 or 8220521. OLE color: 8220521.

HSL color Cylindrical-coordinate representation of color #696F7D: hue angle of 222º 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 #696F7D is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB105111125-
CMYK0.160.1100.51
HSL222º8.7%45.1%-
HSV(B)222º16%49.02%-
XYZ15.2115.8521.66-
YUV110.8136.01123.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=30.79%
G=32.55%
B=36.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1051111250.160.1100.512228.745.1
Hex696F7D10B033de92d
Octal15115717520130633361155
Binary1101001110111111111011000010110110011110111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #696F7D;
 }
 .AnyTagClassName
 {
   color: #696F7D;
 }
</style>
background-color css

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

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

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

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

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

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