Html Css Color HEX #696E75 Raven

📋 copy color: '#696E75'

red 105 ◦ green 110 ◦ blue 117

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

Shades of Raven #696E75

Tints of Raven #696E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 31.63%
G = 33.13%
B = 35.24%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696E75 (or 0x696E75) is known color: Raven. HEX triplet: 69, 6E and 75. RGB value is (105,110,117). Sum of RGB (Red+Green+Blue) = 105+110+117=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 117 - color contains mainly: blue. Hex color #696E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E75 is #96918A. Grayscale: #6D6D6D. Windows color (decimal): -9867659 or 7695977. OLE color: 7695977.

HSL color Cylindrical-coordinate representation of color #696E75: hue angle of 215º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696E75 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 110 117 -
CMYK 0.10 0.06 0 0.54
HSL 215º 0.05% 0.44% -
HSV(B) 215º 0.1% 0.46% -
XYZ 14.61 15.44 19.04 -
YUV 109.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 105 110 117 0.10 0.06 0 0.54 215 0.05 0.44
Hex 69 6E 75 A 6 0 36 D7 5 2C
Octal 151 156 165 12 6 0 66 327 5 54
Binary 1101001 1101110 1110101 1010 110 0 110110 11010111 101 101100

Color Harmonies of #696E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E75

Black with #696E75

Text Example


Text Example

White with #696E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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