Html Css Color HEX #688ECE Danube

📋 copy color: '#688ECE'

red 104 ◦ green 142 ◦ blue 206

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

Shades of Danube #688ECE

Tints of Danube #688ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 23.01%
G = 31.42%
B = 45.58%

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

#688ECE (or 0x688ECE) is known color: Danube. HEX triplet: 68, 8E and CE. RGB value is (104,142,206). Sum of RGB (Red+Green+Blue) = 104+142+206=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #688ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ECE is #977131. Grayscale: #898989. Windows color (decimal): -9924914 or 13536872. OLE color: 13536872.

HSL color Cylindrical-coordinate representation of color #688ECE: hue angle of 217.65º degrees, saturation: 0.51, 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 #688ECE is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 142 206 -
CMYK 0.50 0.31 0 0.19
HSL 217.65º 0.51% 0.61% -
HSV(B) 217.65º 0.5% 0.81% -
XYZ 26.52 26.75 62.16 -
YUV 137.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 104 142 206 0.50 0.31 0 0.19 217.65 0.51 0.61
Hex 68 8E CE 32 1F 0 13 DA 33 3D
Octal 150 216 316 62 37 0 23 332 63 75
Binary 1101000 10001110 11001110 110010 11111 0 10011 11011010 110011 111101

Color Harmonies of #688ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688ECE

Black with #688ECE

Text Example


Text Example

White with #688ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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