Html Css Color HEX #698BCC Danube

📋 copy color: '#698BCC'

red 105 ◦ green 139 ◦ blue 204

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

Shades of Danube #698BCC

Tints of Danube #698BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 23.44%
G = 31.03%
B = 45.54%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#698BCC (or 0x698BCC) is known color: Danube. HEX triplet: 69, 8B and CC. RGB value is (105,139,204). Sum of RGB (Red+Green+Blue) = 105+139+204=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #698BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BCC is #967433. Grayscale: #878787. Windows color (decimal): -9860148 or 13405033. OLE color: 13405033.

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

Color convert

RGB 105 139 204 -
CMYK 0.49 0.32 0 0.2
HSL 219.39º 0.49% 0.61% -
HSV(B) 219.39º 0.49% 0.8% -
XYZ 25.96 25.83 60.74 -
YUV 136.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 105 139 204 0.49 0.32 0 0.2 219.39 0.49 0.61
Hex 69 8B CC 31 20 0 14 DB 31 3D
Octal 151 213 314 61 40 0 24 333 61 75
Binary 1101001 10001011 11001100 110001 100000 0 10100 11011011 110001 111101

Color Harmonies of #698BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698BCC

Black with #698BCC

Text Example


Text Example

White with #698BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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