Html Css Color HEX #698AC6 Danube

📋 copy color: '#698AC6'

red 105 ◦ green 138 ◦ blue 198

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

Shades of Danube #698AC6

Tints of Danube #698AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.9%

R = 23.81%
G = 31.29%
B = 44.9%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#698AC6 (or 0x698AC6) is known color: Danube. HEX triplet: 69, 8A and C6. RGB value is (105,138,198). Sum of RGB (Red+Green+Blue) = 105+138+198=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #698AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698AC6 is #967539. Grayscale: #868686. Windows color (decimal): -9860410 or 13011561. OLE color: 13011561.

HSL color Cylindrical-coordinate representation of color #698AC6: hue angle of 218.71º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #698AC6 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 138 198 -
CMYK 0.47 0.30 0 0.22
HSL 218.71º 0.45% 0.59% -
HSV(B) 218.71º 0.47% 0.78% -
XYZ 25.11 25.26 56.98 -
YUV 134.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 105 138 198 0.47 0.30 0 0.22 218.71 0.45 0.59
Hex 69 8A C6 2F 1E 0 16 DB 2D 3B
Octal 151 212 306 57 36 0 26 333 55 73
Binary 1101001 10001010 11000110 101111 11110 0 10110 11011011 101101 111011

Color Harmonies of #698AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698AC6

Black with #698AC6

Text Example


Text Example

White with #698AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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