Html Css Color HEX #697385 Raven

📋 copy color: '#697385'

red 105 ◦ green 115 ◦ blue 133

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

Shades of Raven #697385

Tints of Raven #697385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

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

R = 29.75%
G = 32.58%
B = 37.68%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#697385 (or 0x697385) is known color: Raven. HEX triplet: 69, 73 and 85. RGB value is (105,115,133). Sum of RGB (Red+Green+Blue) = 105+115+133=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #697385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697385 is #968C7A. Grayscale: #717171. Windows color (decimal): -9866363 or 8745833. OLE color: 8745833.

HSL color Cylindrical-coordinate representation of color #697385: hue angle of 218.57º 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 #697385 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 115 133 -
CMYK 0.21 0.14 0 0.48
HSL 218.57º 0.12% 0.47% -
HSV(B) 218.57º 0.21% 0.52% -
XYZ 16.19 16.96 24.61 -
YUV 114.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 105 115 133 0.21 0.14 0 0.48 218.57 0.12 0.47
Hex 69 73 85 15 E 0 30 DB C 2F
Octal 151 163 205 25 16 0 60 333 14 57
Binary 1101001 1110011 10000101 10101 1110 0 110000 11011011 1100 101111

Color Harmonies of #697385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697385

Black with #697385

Text Example


Text Example

White with #697385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697385; }

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

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

background-color css

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

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

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

border-color css

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

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

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