Html Css Color HEX #696E7B Raven

📋 copy color: '#696E7B'

red 105 ◦ green 110 ◦ blue 123

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

Shades of Raven #696E7B

Tints of Raven #696E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.39%

R = 31.07%
G = 32.54%
B = 36.39%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#696E7B (or 0x696E7B) is known color: Raven. HEX triplet: 69, 6E and 7B. RGB value is (105,110,123). Sum of RGB (Red+Green+Blue) = 105+110+123=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #696E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E7B is #969184. Grayscale: #6D6D6D. Windows color (decimal): -9867653 or 8089193. OLE color: 8089193.

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

Color convert

RGB 105 110 123 -
CMYK 0.15 0.11 0 0.52
HSL 223.33º 0.08% 0.45% -
HSV(B) 223.33º 0.15% 0.48% -
XYZ 14.98 15.59 20.96 -
YUV 109.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 105 110 123 0.15 0.11 0 0.52 223.33 0.08 0.45
Hex 69 6E 7B F B 0 34 DF 8 2D
Octal 151 156 173 17 13 0 64 337 10 55
Binary 1101001 1101110 1111011 1111 1011 0 110100 11011111 1000 101101

Color Harmonies of #696E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E7B

Black with #696E7B

Text Example


Text Example

White with #696E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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