Html Css Color HEX #697684 Raven

📋 copy color: '#697684'

red 105 ◦ green 118 ◦ blue 132

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

Shades of Raven #697684

Tints of Raven #697684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 29.58%
G = 33.24%
B = 37.18%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#697684 (or 0x697684) is known color: Raven. HEX triplet: 69, 76 and 84. RGB value is (105,118,132). Sum of RGB (Red+Green+Blue) = 105+118+132=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #697684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697684 is #96897B. Grayscale: #737373. Windows color (decimal): -9865596 or 8681065. OLE color: 8681065.

HSL color Cylindrical-coordinate representation of color #697684: hue angle of 211.11º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #697684 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 118 132 -
CMYK 0.20 0.11 0 0.48
HSL 211.11º 0.11% 0.46% -
HSV(B) 211.11º 0.2% 0.52% -
XYZ 16.47 17.63 24.36 -
YUV 115.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 105 118 132 0.20 0.11 0 0.48 211.11 0.11 0.46
Hex 69 76 84 14 B 0 30 D3 B 2E
Octal 151 166 204 24 13 0 60 323 13 56
Binary 1101001 1110110 10000100 10100 1011 0 110000 11010011 1011 101110

Color Harmonies of #697684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697684

Black with #697684

Text Example


Text Example

White with #697684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697684; }

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

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

background-color css

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

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

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

border-color css

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

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

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