Html Css Color HEX #697686 Raven

📋 copy color: '#697686'

red 105 ◦ green 118 ◦ blue 134

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

Shades of Raven #697686

Tints of Raven #697686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

 BLUE value IS 134 (52.73% from 255) = 37.54%

R = 29.41%
G = 33.05%
B = 37.54%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#697686 (or 0x697686) is known color: Raven. HEX triplet: 69, 76 and 86. RGB value is (105,118,134). Sum of RGB (Red+Green+Blue) = 105+118+134=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 134 - color contains mainly: blue. Hex color #697686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697686 is #968979. Grayscale: #737373. Windows color (decimal): -9865594 or 8812137. OLE color: 8812137.

HSL color Cylindrical-coordinate representation of color #697686: hue angle of 213.1º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #697686 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 118 134 -
CMYK 0.22 0.12 0 0.47
HSL 213.1º 0.12% 0.47% -
HSV(B) 213.1º 0.22% 0.53% -
XYZ 16.61 17.68 25.09 -
YUV 115.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 105 118 134 0.22 0.12 0 0.47 213.1 0.12 0.47
Hex 69 76 86 16 C 0 2F D5 C 2F
Octal 151 166 206 26 14 0 57 325 14 57
Binary 1101001 1110110 10000110 10110 1100 0 101111 11010101 1100 101111

Color Harmonies of #697686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697686

Black with #697686

Text Example


Text Example

White with #697686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697686; }

 p { color: rgb(105,118,134); }

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

background-color css

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

 a { background-color: rgb(105,118,134); }

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

border-color css

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

 span { border-color: rgb(105,118,134); }

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