Html Css Color HEX #697688 Raven

📋 copy color: '#697688'

red 105 ◦ green 118 ◦ blue 136

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

Shades of Raven #697688

Tints of Raven #697688

RGB

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

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

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

R = 29.25%
G = 32.87%
B = 37.88%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#697688 (or 0x697688) is known color: Raven. HEX triplet: 69, 76 and 88. RGB value is (105,118,136). Sum of RGB (Red+Green+Blue) = 105+118+136=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 136 - color contains mainly: blue. Hex color #697688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697688 is #968977. Grayscale: #747474. Windows color (decimal): -9865592 or 8943209. OLE color: 8943209.

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

Color convert

RGB 105 118 136 -
CMYK 0.23 0.13 0 0.47
HSL 214.84º 0.13% 0.47% -
HSV(B) 214.84º 0.23% 0.53% -
XYZ 16.75 17.74 25.83 -
YUV 116.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 105 118 136 0.23 0.13 0 0.47 214.84 0.13 0.47
Hex 69 76 88 17 D 0 2F D7 D 2F
Octal 151 166 210 27 15 0 57 327 15 57
Binary 1101001 1110110 10001000 10111 1101 0 101111 11010111 1101 101111

Color Harmonies of #697688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697688

Black with #697688

Text Example


Text Example

White with #697688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697688; }

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

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

background-color css

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

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

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

border-color css

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

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

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