Html Css Color HEX #698EC0 Danube

📋 copy color: '#698EC0'

red 105 ◦ green 142 ◦ blue 192

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

Shades of Danube #698EC0

Tints of Danube #698EC0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.35%

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 23.92%
G = 32.35%
B = 43.74%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#698EC0 (or 0x698EC0) is known color: Danube. HEX triplet: 69, 8E and C0. RGB value is (105,142,192). Sum of RGB (Red+Green+Blue) = 105+142+192=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #698EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EC0 is #96713F. Grayscale: #888888. Windows color (decimal): -9859392 or 12619369. OLE color: 12619369.

HSL color Cylindrical-coordinate representation of color #698EC0: hue angle of 214.48º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #698EC0 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 142 192 -
CMYK 0.45 0.26 0 0.25
HSL 214.48º 0.41% 0.58% -
HSV(B) 214.48º 0.45% 0.75% -
XYZ 25.01 26.16 53.6 -
YUV 136.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 105 142 192 0.45 0.26 0 0.25 214.48 0.41 0.58
Hex 69 8E C0 2D 1A 0 19 D6 29 3A
Octal 151 216 300 55 32 0 31 326 51 72
Binary 1101001 10001110 11000000 101101 11010 0 11001 11010110 101001 111010

Color Harmonies of #698EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698EC0

Black with #698EC0

Text Example


Text Example

White with #698EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698EC0; }

 p { color: rgb(105,142,192); }

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

background-color css

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

 a { background-color: rgb(105,142,192); }

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

border-color css

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

 span { border-color: rgb(105,142,192); }

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