Html Css Color HEX #688FCD Danube

📋 copy color: '#688FCD'

red 104 ◦ green 143 ◦ blue 205

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

Shades of Danube #688FCD

Tints of Danube #688FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.64%

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

R = 23.01%
G = 31.64%
B = 45.35%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#688FCD (or 0x688FCD) is known color: Danube. HEX triplet: 68, 8F and CD. RGB value is (104,143,205). Sum of RGB (Red+Green+Blue) = 104+143+205=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #688FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FCD is #977032. Grayscale: #8A8A8A. Windows color (decimal): -9924659 or 13471592. OLE color: 13471592.

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

Color convert

RGB 104 143 205 -
CMYK 0.49 0.30 0 0.20
HSL 216.83º 0.5% 0.61% -
HSV(B) 216.83º 0.49% 0.8% -
XYZ 26.55 27 61.57 -
YUV 138.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 104 143 205 0.49 0.30 0 0.20 216.83 0.5 0.61
Hex 68 8F CD 31 1E 0 14 D9 32 3D
Octal 150 217 315 61 36 0 24 331 62 75
Binary 1101000 10001111 11001101 110001 11110 0 10100 11011001 110010 111101

Color Harmonies of #688FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688FCD

Black with #688FCD

Text Example


Text Example

White with #688FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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