Html Css Color HEX #697588 Raven

📋 copy color: '#697588'

red 105 ◦ green 117 ◦ blue 136

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

Shades of Raven #697588

Tints of Raven #697588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 29.33%
G = 32.68%
B = 37.99%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#697588 (or 0x697588) is known color: Raven. HEX triplet: 69, 75 and 88. RGB value is (105,117,136). Sum of RGB (Red+Green+Blue) = 105+117+136=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #697588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697588 is #968A77. Grayscale: #737373. Windows color (decimal): -9865848 or 8942953. OLE color: 8942953.

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

Color convert

RGB 105 117 136 -
CMYK 0.23 0.14 0 0.47
HSL 216.77º 0.13% 0.47% -
HSV(B) 216.77º 0.23% 0.53% -
XYZ 16.63 17.5 25.79 -
YUV 115.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 105 117 136 0.23 0.14 0 0.47 216.77 0.13 0.47
Hex 69 75 88 17 E 0 2F D9 D 2F
Octal 151 165 210 27 16 0 57 331 15 57
Binary 1101001 1110101 10001000 10111 1110 0 101111 11011001 1101 101111

Color Harmonies of #697588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697588

Black with #697588

Text Example


Text Example

White with #697588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697588; }

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

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

background-color css

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

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

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

border-color css

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

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

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