Html Css Color HEX #688DCD Danube

📋 copy color: '#688DCD'

red 104 ◦ green 141 ◦ blue 205

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

Shades of Danube #688DCD

Tints of Danube #688DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.33%

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

R = 23.11%
G = 31.33%
B = 45.56%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#688DCD (or 0x688DCD) is known color: Danube. HEX triplet: 68, 8D and CD. RGB value is (104,141,205). Sum of RGB (Red+Green+Blue) = 104+141+205=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #688DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DCD is #977232. Grayscale: #888888. Windows color (decimal): -9925171 or 13471080. OLE color: 13471080.

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

Color convert

RGB 104 141 205 -
CMYK 0.49 0.31 0 0.20
HSL 218.02º 0.5% 0.61% -
HSV(B) 218.02º 0.49% 0.8% -
XYZ 26.25 26.4 61.47 -
YUV 137.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 104 141 205 0.49 0.31 0 0.20 218.02 0.5 0.61
Hex 68 8D CD 31 1F 0 14 DA 32 3D
Octal 150 215 315 61 37 0 24 332 62 75
Binary 1101000 10001101 11001101 110001 11111 0 10100 11011010 110010 111101

Color Harmonies of #688DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688DCD

Black with #688DCD

Text Example


Text Example

White with #688DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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