Html Css Color HEX #697587 Raven

📋 copy color: '#697587'

red 105 ◦ green 117 ◦ blue 135

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

Shades of Raven #697587

Tints of Raven #697587

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

 BLUE value IS 135 (53.13% from 255) = 37.82%

R = 29.41%
G = 32.77%
B = 37.82%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#697587 (or 0x697587) is known color: Raven. HEX triplet: 69, 75 and 87. RGB value is (105,117,135). Sum of RGB (Red+Green+Blue) = 105+117+135=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #697587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697587 is #968A78. Grayscale: #737373. Windows color (decimal): -9865849 or 8877417. OLE color: 8877417.

HSL color Cylindrical-coordinate representation of color #697587: hue angle of 216º 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 #697587 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 117 135 -
CMYK 0.22 0.13 0 0.47
HSL 216º 0.13% 0.47% -
HSV(B) 216º 0.22% 0.53% -
XYZ 16.56 17.48 25.42 -
YUV 115.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 105 117 135 0.22 0.13 0 0.47 216 0.13 0.47
Hex 69 75 87 16 D 0 2F D8 C 2F
Octal 151 165 207 26 15 0 57 330 14 57
Binary 1101001 1110101 10000111 10110 1101 0 101111 11011000 1100 101111

Color Harmonies of #697587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697587

Black with #697587

Text Example


Text Example

White with #697587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697587; }

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

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

background-color css

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

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

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

border-color css

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

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

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