Html Css Color HEX #696A6D Raven

📋 copy color: '#696A6D'

red 105 ◦ green 106 ◦ blue 109

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

Shades of Raven #696A6D

Tints of Raven #696A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 32.81%
G = 33.13%
B = 34.06%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#696A6D (or 0x696A6D) is known color: Raven. HEX triplet: 69, 6A and 6D. RGB value is (105,106,109). Sum of RGB (Red+Green+Blue) = 105+106+109=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 109 - color contains mainly: blue. Hex color #696A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A6D is #969592. Grayscale: #6A6A6A. Windows color (decimal): -9868691 or 7170665. OLE color: 7170665.

HSL color Cylindrical-coordinate representation of color #696A6D: hue angle of 225º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #696A6D is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 106 109 -
CMYK 0.04 0.03 0 0.57
HSL 225º 0.02% 0.42% -
HSV(B) 225º 0.04% 0.43% -
XYZ 13.74 14.42 16.53 -
YUV 106.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 105 106 109 0.04 0.03 0 0.57 225 0.02 0.42
Hex 69 6A 6D 4 3 0 39 E1 2 2A
Octal 151 152 155 4 3 0 71 341 2 52
Binary 1101001 1101010 1101101 100 11 0 111001 11100001 10 101010

Color Harmonies of #696A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696A6D

Black with #696A6D

Text Example


Text Example

White with #696A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,106,109); }

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

background-color css

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

 a { background-color: rgb(105,106,109); }

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

border-color css

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

 span { border-color: rgb(105,106,109); }

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