Html Css Color HEX #688ECF Danube

📋 copy color: '#688ECF'

red 104 ◦ green 142 ◦ blue 207

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

Shades of Danube #688ECF

Tints of Danube #688ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.35%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 22.96%
G = 31.35%
B = 45.7%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#688ECF (or 0x688ECF) is known color: Danube. HEX triplet: 68, 8E and CF. RGB value is (104,142,207). Sum of RGB (Red+Green+Blue) = 104+142+207=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #688ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ECF is #977130. Grayscale: #898989. Windows color (decimal): -9924913 or 13602408. OLE color: 13602408.

HSL color Cylindrical-coordinate representation of color #688ECF: hue angle of 217.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688ECF is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 142 207 -
CMYK 0.50 0.31 0 0.19
HSL 217.86º 0.52% 0.61% -
HSV(B) 217.86º 0.5% 0.81% -
XYZ 26.64 26.79 62.8 -
YUV 138.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 104 142 207 0.50 0.31 0 0.19 217.86 0.52 0.61
Hex 68 8E CF 32 1F 0 13 DA 34 3D
Octal 150 216 317 62 37 0 23 332 64 75
Binary 1101000 10001110 11001111 110010 11111 0 10011 11011010 110100 111101

Color Harmonies of #688ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688ECF

Black with #688ECF

Text Example


Text Example

White with #688ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,142,207); }

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

background-color css

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

 a { background-color: rgb(104,142,207); }

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

border-color css

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

 span { border-color: rgb(104,142,207); }

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