Html Css Color HEX #697282 Raven

📋 copy color: '#697282'

red 105 ◦ green 114 ◦ blue 130

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

Shades of Raven #697282

Tints of Raven #697282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.66%

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

R = 30.09%
G = 32.66%
B = 37.25%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#697282 (or 0x697282) is known color: Raven. HEX triplet: 69, 72 and 82. RGB value is (105,114,130). Sum of RGB (Red+Green+Blue) = 105+114+130=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #697282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697282 is #968D7D. Grayscale: #717171. Windows color (decimal): -9866622 or 8548969. OLE color: 8548969.

HSL color Cylindrical-coordinate representation of color #697282: hue angle of 218.4º 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 #697282 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 114 130 -
CMYK 0.19 0.12 0 0.49
HSL 218.4º 0.11% 0.46% -
HSV(B) 218.4º 0.19% 0.51% -
XYZ 15.87 16.65 23.5 -
YUV 113.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 105 114 130 0.19 0.12 0 0.49 218.4 0.11 0.46
Hex 69 72 82 13 C 0 31 DA B 2E
Octal 151 162 202 23 14 0 61 332 13 56
Binary 1101001 1110010 10000010 10011 1100 0 110001 11011010 1011 101110

Color Harmonies of #697282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697282

Black with #697282

Text Example


Text Example

White with #697282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697282; }

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

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

background-color css

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

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

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

border-color css

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

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

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