Html Css Color HEX #697482 Raven

📋 copy color: '#697482'

red 105 ◦ green 116 ◦ blue 130

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

Shades of Raven #697482

Tints of Raven #697482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 130 (51.17% from 255) = 37.04%

R = 29.91%
G = 33.05%
B = 37.04%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#697482 (or 0x697482) is known color: Raven. HEX triplet: 69, 74 and 82. RGB value is (105,116,130). Sum of RGB (Red+Green+Blue) = 105+116+130=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #697482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697482 is #968B7D. Grayscale: #727272. Windows color (decimal): -9866110 or 8549481. OLE color: 8549481.

HSL color Cylindrical-coordinate representation of color #697482: hue angle of 213.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #697482 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 116 130 -
CMYK 0.19 0.11 0 0.49
HSL 213.6º 0.11% 0.46% -
HSV(B) 213.6º 0.19% 0.51% -
XYZ 16.1 17.11 23.57 -
YUV 114.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 105 116 130 0.19 0.11 0 0.49 213.6 0.11 0.46
Hex 69 74 82 13 B 0 31 D6 B 2E
Octal 151 164 202 23 13 0 61 326 13 56
Binary 1101001 1110100 10000010 10011 1011 0 110001 11010110 1011 101110

Color Harmonies of #697482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697482

Black with #697482

Text Example


Text Example

White with #697482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697482; }

 p { color: rgb(105,116,130); }

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

background-color css

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

 a { background-color: rgb(105,116,130); }

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

border-color css

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

 span { border-color: rgb(105,116,130); }

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