Html Css Color HEX #698BC6 Danube

📋 copy color: '#698BC6'

red 105 ◦ green 139 ◦ blue 198

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

Shades of Danube #698BC6

Tints of Danube #698BC6

RGB

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

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

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

R = 23.76%
G = 31.45%
B = 44.8%

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

#698BC6 (or 0x698BC6) is known color: Danube. HEX triplet: 69, 8B and C6. RGB value is (105,139,198). Sum of RGB (Red+Green+Blue) = 105+139+198=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #698BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BC6 is #967439. Grayscale: #878787. Windows color (decimal): -9860154 or 13011817. OLE color: 13011817.

HSL color Cylindrical-coordinate representation of color #698BC6: hue angle of 218.06º 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 #698BC6 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 105 139 198 -
CMYK 0.47 0.30 0 0.22
HSL 218.06º 0.45% 0.59% -
HSV(B) 218.06º 0.47% 0.78% -
XYZ 25.25 25.55 57.03 -
YUV 135.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 105 139 198 0.47 0.30 0 0.22 218.06 0.45 0.59
Hex 69 8B C6 2F 1E 0 16 DA 2D 3B
Octal 151 213 306 57 36 0 26 332 55 73
Binary 1101001 10001011 11000110 101111 11110 0 10110 11011010 101101 111011

Color Harmonies of #698BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698BC6

Black with #698BC6

Text Example


Text Example

White with #698BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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