Html Css Color HEX #688ACD Danube

📋 copy color: '#688ACD'

red 104 ◦ green 138 ◦ blue 205

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

Shades of Danube #688ACD

Tints of Danube #688ACD

RGB

 RED value IS 104 (41.02% from 255) = 23.27%

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

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

R = 23.27%
G = 30.87%
B = 45.86%

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

#688ACD (or 0x688ACD) is known color: Danube. HEX triplet: 68, 8A and CD. RGB value is (104,138,205). Sum of RGB (Red+Green+Blue) = 104+138+205=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #688ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ACD is #977532. Grayscale: #878787. Windows color (decimal): -9925939 or 13470312. OLE color: 13470312.

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

Color convert

RGB 104 138 205 -
CMYK 0.49 0.33 0 0.20
HSL 219.8º 0.5% 0.61% -
HSV(B) 219.8º 0.49% 0.8% -
XYZ 25.82 25.53 61.32 -
YUV 135.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 104 138 205 0.49 0.33 0 0.20 219.8 0.5 0.61
Hex 68 8A CD 31 21 0 14 DC 32 3D
Octal 150 212 315 61 41 0 24 334 62 75
Binary 1101000 10001010 11001101 110001 100001 0 10100 11011100 110010 111101

Color Harmonies of #688ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688ACD

Black with #688ACD

Text Example


Text Example

White with #688ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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