Html Css Color HEX #697384 Raven

📋 copy color: '#697384'

red 105 ◦ green 115 ◦ blue 132

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

Shades of Raven #697384

Tints of Raven #697384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.5%

R = 29.83%
G = 32.67%
B = 37.5%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#697384 (or 0x697384) is known color: Raven. HEX triplet: 69, 73 and 84. RGB value is (105,115,132). Sum of RGB (Red+Green+Blue) = 105+115+132=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #697384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697384 is #968C7B. Grayscale: #717171. Windows color (decimal): -9866364 or 8680297. OLE color: 8680297.

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

Color convert

RGB 105 115 132 -
CMYK 0.20 0.13 0 0.48
HSL 217.78º 0.11% 0.46% -
HSV(B) 217.78º 0.2% 0.52% -
XYZ 16.12 16.93 24.25 -
YUV 113.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 105 115 132 0.20 0.13 0 0.48 217.78 0.11 0.46
Hex 69 73 84 14 D 0 30 DA B 2E
Octal 151 163 204 24 15 0 60 332 13 56
Binary 1101001 1110011 10000100 10100 1101 0 110000 11011010 1011 101110

Color Harmonies of #697384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697384

Black with #697384

Text Example


Text Example

White with #697384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697384; }

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

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

background-color css

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

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

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

border-color css

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

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

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