Html Css Color HEX #697683 Raven

📋 copy color: '#697683'

red 105 ◦ green 118 ◦ blue 131

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

Shades of Raven #697683

Tints of Raven #697683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

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

R = 29.66%
G = 33.33%
B = 37.01%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#697683 (or 0x697683) is known color: Raven. HEX triplet: 69, 76 and 83. RGB value is (105,118,131). Sum of RGB (Red+Green+Blue) = 105+118+131=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 131 - color contains mainly: blue. Hex color #697683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697683 is #96897C. Grayscale: #737373. Windows color (decimal): -9865597 or 8615529. OLE color: 8615529.

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

Color convert

RGB 105 118 131 -
CMYK 0.20 0.10 0 0.49
HSL 210º 0.11% 0.46% -
HSV(B) 210º 0.2% 0.51% -
XYZ 16.4 17.6 24.01 -
YUV 115.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 105 118 131 0.20 0.10 0 0.49 210 0.11 0.46
Hex 69 76 83 14 A 0 31 D2 B 2E
Octal 151 166 203 24 12 0 61 322 13 56
Binary 1101001 1110110 10000011 10100 1010 0 110001 11010010 1011 101110

Color Harmonies of #697683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697683

Black with #697683

Text Example


Text Example

White with #697683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697683; }

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

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

background-color css

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

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

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

border-color css

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

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

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