Html Css Color HEX #696D75 Raven

📋 copy color: '#696D75'

red 105 ◦ green 109 ◦ blue 117

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

Shades of Raven #696D75

Tints of Raven #696D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.93%

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

R = 31.72%
G = 32.93%
B = 35.35%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696D75 (or 0x696D75) is known color: Raven. HEX triplet: 69, 6D and 75. RGB value is (105,109,117). Sum of RGB (Red+Green+Blue) = 105+109+117=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 117 - color contains mainly: blue. Hex color #696D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D75 is #96928A. Grayscale: #6C6C6C. Windows color (decimal): -9867915 or 7695721. OLE color: 7695721.

HSL color Cylindrical-coordinate representation of color #696D75: hue angle of 220º 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 #696D75 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 109 117 -
CMYK 0.10 0.07 0 0.54
HSL 220º 0.05% 0.44% -
HSV(B) 220º 0.1% 0.46% -
XYZ 14.51 15.22 19 -
YUV 108.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 105 109 117 0.10 0.07 0 0.54 220 0.05 0.44
Hex 69 6D 75 A 7 0 36 DC 5 2C
Octal 151 155 165 12 7 0 66 334 5 54
Binary 1101001 1101101 1110101 1010 111 0 110110 11011100 101 101100

Color Harmonies of #696D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D75

Black with #696D75

Text Example


Text Example

White with #696D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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