Html Css Color HEX #697583 Raven

📋 copy color: '#697583'

red 105 ◦ green 117 ◦ blue 131

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

Shades of Raven #697583

Tints of Raven #697583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 29.75%
G = 33.14%
B = 37.11%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#697583 (or 0x697583) is known color: Raven. HEX triplet: 69, 75 and 83. RGB value is (105,117,131). Sum of RGB (Red+Green+Blue) = 105+117+131=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #697583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697583 is #968A7C. Grayscale: #727272. Windows color (decimal): -9865853 or 8615273. OLE color: 8615273.

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

Color convert

RGB 105 117 131 -
CMYK 0.20 0.11 0 0.49
HSL 212.31º 0.11% 0.46% -
HSV(B) 212.31º 0.2% 0.51% -
XYZ 16.28 17.36 23.97 -
YUV 115.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 105 117 131 0.20 0.11 0 0.49 212.31 0.11 0.46
Hex 69 75 83 14 B 0 31 D4 B 2E
Octal 151 165 203 24 13 0 61 324 13 56
Binary 1101001 1110101 10000011 10100 1011 0 110001 11010100 1011 101110

Color Harmonies of #697583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697583

Black with #697583

Text Example


Text Example

White with #697583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697583; }

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

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

background-color css

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

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

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

border-color css

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

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

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