Html Css Color HEX #698ACD Danube

📋 copy color: '#698ACD'

red 105 ◦ green 138 ◦ blue 205

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

Shades of Danube #698ACD

Tints of Danube #698ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 23.44%
G = 30.8%
B = 45.76%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#698ACD (or 0x698ACD) is known color: Danube. HEX triplet: 69, 8A and CD. RGB value is (105,138,205). Sum of RGB (Red+Green+Blue) = 105+138+205=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #698ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ACD is #967532. Grayscale: #878787. Windows color (decimal): -9860403 or 13470313. OLE color: 13470313.

HSL color Cylindrical-coordinate representation of color #698ACD: hue angle of 220.2º degrees, saturation: 0.5, 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 #698ACD is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 138 205 -
CMYK 0.49 0.33 0 0.20
HSL 220.2º 0.5% 0.61% -
HSV(B) 220.2º 0.49% 0.8% -
XYZ 25.93 25.59 61.33 -
YUV 135.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 105 138 205 0.49 0.33 0 0.20 220.2 0.5 0.61
Hex 69 8A CD 31 21 0 14 DC 32 3D
Octal 151 212 315 61 41 0 24 334 62 75
Binary 1101001 10001010 11001101 110001 100001 0 10100 11011100 110010 111101

Color Harmonies of #698ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698ACD

Black with #698ACD

Text Example


Text Example

White with #698ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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