Html Css Color HEX #698DB4 Danube

📋 copy color: '#698DB4'

red 105 ◦ green 141 ◦ blue 180

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

Shades of Danube #698DB4

Tints of Danube #698DB4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.1%

 BLUE value IS 180 (70.7% from 255) = 42.25%

R = 24.65%
G = 33.1%
B = 42.25%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#698DB4 (or 0x698DB4) is known color: Danube. HEX triplet: 69, 8D and B4. RGB value is (105,141,180). Sum of RGB (Red+Green+Blue) = 105+141+180=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #698DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DB4 is #96724B. Grayscale: #868686. Windows color (decimal): -9859660 or 11832681. OLE color: 11832681.

HSL color Cylindrical-coordinate representation of color #698DB4: hue angle of 211.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #698DB4 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 141 180 -
CMYK 0.42 0.22 0 0.29
HSL 211.2º 0.33% 0.56% -
HSV(B) 211.2º 0.42% 0.71% -
XYZ 23.59 25.35 46.83 -
YUV 134.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 105 141 180 0.42 0.22 0 0.29 211.2 0.33 0.56
Hex 69 8D B4 2A 16 0 1D D3 21 38
Octal 151 215 264 52 26 0 35 323 41 70
Binary 1101001 10001101 10110100 101010 10110 0 11101 11010011 100001 111000

Color Harmonies of #698DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698DB4

Black with #698DB4

Text Example


Text Example

White with #698DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,141,180); }

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

background-color css

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

 a { background-color: rgb(105,141,180); }

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

border-color css

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

 span { border-color: rgb(105,141,180); }

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