Html Css Color HEX #688FCA Danube

📋 copy color: '#688FCA'

red 104 ◦ green 143 ◦ blue 202

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

Shades of Danube #688FCA

Tints of Danube #688FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 23.16%
G = 31.85%
B = 44.99%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#688FCA (or 0x688FCA) is known color: Danube. HEX triplet: 68, 8F and CA. RGB value is (104,143,202). Sum of RGB (Red+Green+Blue) = 104+143+202=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #688FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FCA is #977035. Grayscale: #898989. Windows color (decimal): -9924662 or 13274984. OLE color: 13274984.

HSL color Cylindrical-coordinate representation of color #688FCA: hue angle of 216.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #688FCA is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 143 202 -
CMYK 0.49 0.29 0 0.21
HSL 216.12º 0.48% 0.6% -
HSV(B) 216.12º 0.49% 0.79% -
XYZ 26.19 26.85 59.68 -
YUV 138.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 104 143 202 0.49 0.29 0 0.21 216.12 0.48 0.6
Hex 68 8F CA 31 1D 0 15 D8 30 3C
Octal 150 217 312 61 35 0 25 330 60 74
Binary 1101000 10001111 11001010 110001 11101 0 10101 11011000 110000 111100

Color Harmonies of #688FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688FCA

Black with #688FCA

Text Example


Text Example

White with #688FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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