Html Css Color HEX #698EC2 Danube

📋 copy color: '#698EC2'

red 105 ◦ green 142 ◦ blue 194

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

Shades of Danube #698EC2

Tints of Danube #698EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.99%

R = 23.81%
G = 32.2%
B = 43.99%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#698EC2 (or 0x698EC2) is known color: Danube. HEX triplet: 69, 8E and C2. RGB value is (105,142,194). Sum of RGB (Red+Green+Blue) = 105+142+194=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #698EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EC2 is #96713D. Grayscale: #888888. Windows color (decimal): -9859390 or 12750441. OLE color: 12750441.

HSL color Cylindrical-coordinate representation of color #698EC2: hue angle of 215.06º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698EC2 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 142 194 -
CMYK 0.46 0.27 0 0.24
HSL 215.06º 0.42% 0.59% -
HSV(B) 215.06º 0.46% 0.76% -
XYZ 25.24 26.24 54.77 -
YUV 136.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 105 142 194 0.46 0.27 0 0.24 215.06 0.42 0.59
Hex 69 8E C2 2E 1B 0 18 D7 2A 3B
Octal 151 216 302 56 33 0 30 327 52 73
Binary 1101001 10001110 11000010 101110 11011 0 11000 11010111 101010 111011

Color Harmonies of #698EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698EC2

Black with #698EC2

Text Example


Text Example

White with #698EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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