Html Css Color HEX #697585 Raven

📋 copy color: '#697585'

red 105 ◦ green 117 ◦ blue 133

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

Shades of Raven #697585

Tints of Raven #697585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 29.58%
G = 32.96%
B = 37.46%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#697585 (or 0x697585) is known color: Raven. HEX triplet: 69, 75 and 85. RGB value is (105,117,133). Sum of RGB (Red+Green+Blue) = 105+117+133=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #697585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697585 is #968A7A. Grayscale: #737373. Windows color (decimal): -9865851 or 8746345. OLE color: 8746345.

HSL color Cylindrical-coordinate representation of color #697585: hue angle of 214.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #697585 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 117 133 -
CMYK 0.21 0.12 0 0.48
HSL 214.29º 0.12% 0.47% -
HSV(B) 214.29º 0.21% 0.52% -
XYZ 16.42 17.42 24.69 -
YUV 115.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 105 117 133 0.21 0.12 0 0.48 214.29 0.12 0.47
Hex 69 75 85 15 C 0 30 D6 C 2F
Octal 151 165 205 25 14 0 60 326 14 57
Binary 1101001 1110101 10000101 10101 1100 0 110000 11010110 1100 101111

Color Harmonies of #697585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697585

Black with #697585

Text Example


Text Example

White with #697585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697585; }

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

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

background-color css

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

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

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

border-color css

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

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

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