Html Css Color HEX #688FC8 Danube

📋 copy color: '#688FC8'

red 104 ◦ green 143 ◦ blue 200

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

Shades of Danube #688FC8

Tints of Danube #688FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.74%

R = 23.27%
G = 31.99%
B = 44.74%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#688FC8 (or 0x688FC8) is known color: Danube. HEX triplet: 68, 8F and C8. RGB value is (104,143,200). Sum of RGB (Red+Green+Blue) = 104+143+200=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #688FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FC8 is #977037. Grayscale: #898989. Windows color (decimal): -9924664 or 13143912. OLE color: 13143912.

HSL color Cylindrical-coordinate representation of color #688FC8: hue angle of 215.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #688FC8 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 143 200 -
CMYK 0.48 0.28 0 0.22
HSL 215.63º 0.47% 0.6% -
HSV(B) 215.63º 0.48% 0.78% -
XYZ 25.96 26.76 58.44 -
YUV 137.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 104 143 200 0.48 0.28 0 0.22 215.63 0.47 0.6
Hex 68 8F C8 30 1C 0 16 D8 2F 3C
Octal 150 217 310 60 34 0 26 330 57 74
Binary 1101000 10001111 11001000 110000 11100 0 10110 11011000 101111 111100

Color Harmonies of #688FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688FC8

Black with #688FC8

Text Example


Text Example

White with #688FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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