Html Css Color HEX #698ACB Danube

📋 copy color: '#698ACB'

red 105 ◦ green 138 ◦ blue 203

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

Shades of Danube #698ACB

Tints of Danube #698ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 23.54%
G = 30.94%
B = 45.52%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#698ACB (or 0x698ACB) is known color: Danube. HEX triplet: 69, 8A and CB. RGB value is (105,138,203). Sum of RGB (Red+Green+Blue) = 105+138+203=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #698ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ACB is #967534. Grayscale: #878787. Windows color (decimal): -9860405 or 13339241. OLE color: 13339241.

HSL color Cylindrical-coordinate representation of color #698ACB: hue angle of 219.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698ACB is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 138 203 -
CMYK 0.48 0.32 0 0.20
HSL 219.8º 0.49% 0.6% -
HSV(B) 219.8º 0.48% 0.8% -
XYZ 25.69 25.49 60.07 -
YUV 135.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 105 138 203 0.48 0.32 0 0.20 219.8 0.49 0.6
Hex 69 8A CB 30 20 0 14 DC 31 3C
Octal 151 212 313 60 40 0 24 334 61 74
Binary 1101001 10001010 11001011 110000 100000 0 10100 11011100 110001 111100

Color Harmonies of #698ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698ACB

Black with #698ACB

Text Example


Text Example

White with #698ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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