Html Css Color HEX #698AB9 Danube

📋 copy color: '#698AB9'

red 105 ◦ green 138 ◦ blue 185

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

Shades of Danube #698AB9

Tints of Danube #698AB9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

 BLUE value IS 185 (72.66% from 255) = 43.22%

R = 24.53%
G = 32.24%
B = 43.22%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#698AB9 (or 0x698AB9) is known color: Danube. HEX triplet: 69, 8A and B9. RGB value is (105,138,185). Sum of RGB (Red+Green+Blue) = 105+138+185=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #698AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698AB9 is #967546. Grayscale: #858585. Windows color (decimal): -9860423 or 12159593. OLE color: 12159593.

HSL color Cylindrical-coordinate representation of color #698AB9: hue angle of 215.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #698AB9 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 138 185 -
CMYK 0.43 0.25 0 0.27
HSL 215.25º 0.36% 0.57% -
HSV(B) 215.25º 0.43% 0.73% -
XYZ 23.67 24.68 49.42 -
YUV 133.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 105 138 185 0.43 0.25 0 0.27 215.25 0.36 0.57
Hex 69 8A B9 2B 19 0 1B D7 24 39
Octal 151 212 271 53 31 0 33 327 44 71
Binary 1101001 10001010 10111001 101011 11001 0 11011 11010111 100100 111001

Color Harmonies of #698AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698AB9

Black with #698AB9

Text Example


Text Example

White with #698AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,138,185); }

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

background-color css

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

 a { background-color: rgb(105,138,185); }

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

border-color css

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

 span { border-color: rgb(105,138,185); }

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