Html Css Color HEX #688BCD Danube

📋 copy color: '#688BCD'

red 104 ◦ green 139 ◦ blue 205

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

Shades of Danube #688BCD

Tints of Danube #688BCD

RGB

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

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

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

R = 23.21%
G = 31.03%
B = 45.76%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#688BCD (or 0x688BCD) is known color: Danube. HEX triplet: 68, 8B and CD. RGB value is (104,139,205). Sum of RGB (Red+Green+Blue) = 104+139+205=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 139 (54.69% from 255 or 31.03% 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 #688BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BCD is #977432. Grayscale: #878787. Windows color (decimal): -9925683 or 13470568. OLE color: 13470568.

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

Color convert

RGB 104 139 205 -
CMYK 0.49 0.32 0 0.20
HSL 219.21º 0.5% 0.61% -
HSV(B) 219.21º 0.49% 0.8% -
XYZ 25.96 25.82 61.37 -
YUV 136.06 166.9 105.13 -
System Red Green Blue C M Y K H S L
Decimal 104 139 205 0.49 0.32 0 0.20 219.21 0.5 0.61
Hex 68 8B CD 31 20 0 14 DB 32 3D
Octal 150 213 315 61 40 0 24 333 62 75
Binary 1101000 10001011 11001101 110001 100000 0 10100 11011011 110010 111101

Color Harmonies of #688BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BCD

Black with #688BCD

Text Example


Text Example

White with #688BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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