Html Css Color HEX #688BC8 Danube

📋 copy color: '#688BC8'

red 104 ◦ green 139 ◦ blue 200

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

Shades of Danube #688BC8

Tints of Danube #688BC8

RGB

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

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

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

R = 23.48%
G = 31.38%
B = 45.15%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#688BC8 (or 0x688BC8) is known color: Danube. HEX triplet: 68, 8B and C8. RGB value is (104,139,200). Sum of RGB (Red+Green+Blue) = 104+139+200=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #688BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BC8 is #977437. Grayscale: #878787. Windows color (decimal): -9925688 or 13142888. OLE color: 13142888.

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

Color convert

RGB 104 139 200 -
CMYK 0.48 0.30 0 0.22
HSL 218.13º 0.47% 0.6% -
HSV(B) 218.13º 0.48% 0.78% -
XYZ 25.37 25.58 58.24 -
YUV 135.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 104 139 200 0.48 0.30 0 0.22 218.13 0.47 0.6
Hex 68 8B C8 30 1E 0 16 DA 2F 3C
Octal 150 213 310 60 36 0 26 332 57 74
Binary 1101000 10001011 11001000 110000 11110 0 10110 11011010 101111 111100

Color Harmonies of #688BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BC8

Black with #688BC8

Text Example


Text Example

White with #688BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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