Html Css Color HEX #698BBE Danube

📋 copy color: '#698BBE'

red 105 ◦ green 139 ◦ blue 190

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

Shades of Danube #698BBE

Tints of Danube #698BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.03%

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 24.19%
G = 32.03%
B = 43.78%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#698BBE (or 0x698BBE) is known color: Danube. HEX triplet: 69, 8B and BE. RGB value is (105,139,190). Sum of RGB (Red+Green+Blue) = 105+139+190=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #698BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BBE is #967441. Grayscale: #868686. Windows color (decimal): -9860162 or 12487529. OLE color: 12487529.

HSL color Cylindrical-coordinate representation of color #698BBE: hue angle of 216º degrees, saturation: 0.4, 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 #698BBE is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 139 190 -
CMYK 0.45 0.27 0 0.25
HSL 216º 0.4% 0.58% -
HSV(B) 216º 0.45% 0.75% -
XYZ 24.35 25.19 52.29 -
YUV 134.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 105 139 190 0.45 0.27 0 0.25 216 0.4 0.58
Hex 69 8B BE 2D 1B 0 19 D8 28 3A
Octal 151 213 276 55 33 0 31 330 50 72
Binary 1101001 10001011 10111110 101101 11011 0 11001 11011000 101000 111010

Color Harmonies of #698BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698BBE

Black with #698BBE

Text Example


Text Example

White with #698BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,139,190); }

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

background-color css

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

 a { background-color: rgb(105,139,190); }

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

border-color css

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

 span { border-color: rgb(105,139,190); }

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