Html Css Color HEX #688DCB Danube

📋 copy color: '#688DCB'

red 104 ◦ green 141 ◦ blue 203

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

Shades of Danube #688DCB

Tints of Danube #688DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 23.21%
G = 31.47%
B = 45.31%

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

#688DCB (or 0x688DCB) is known color: Danube. HEX triplet: 68, 8D and CB. RGB value is (104,141,203). Sum of RGB (Red+Green+Blue) = 104+141+203=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #688DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DCB is #977234. Grayscale: #888888. Windows color (decimal): -9925173 or 13340008. OLE color: 13340008.

HSL color Cylindrical-coordinate representation of color #688DCB: hue angle of 217.58º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #688DCB is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 141 203 -
CMYK 0.49 0.31 0 0.20
HSL 217.58º 0.49% 0.6% -
HSV(B) 217.58º 0.49% 0.8% -
XYZ 26.01 26.3 60.21 -
YUV 137.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 104 141 203 0.49 0.31 0 0.20 217.58 0.49 0.6
Hex 68 8D CB 31 1F 0 14 DA 31 3C
Octal 150 215 313 61 37 0 24 332 61 74
Binary 1101000 10001101 11001011 110001 11111 0 10100 11011010 110001 111100

Color Harmonies of #688DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688DCB

Black with #688DCB

Text Example


Text Example

White with #688DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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