Html Css Color HEX #688ACF Danube

📋 copy color: '#688ACF'

red 104 ◦ green 138 ◦ blue 207

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

Shades of Danube #688ACF

Tints of Danube #688ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.73%

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

R = 23.16%
G = 30.73%
B = 46.1%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#688ACF (or 0x688ACF) is known color: Danube. HEX triplet: 68, 8A and CF. RGB value is (104,138,207). Sum of RGB (Red+Green+Blue) = 104+138+207=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #688ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ACF is #977530. Grayscale: #878787. Windows color (decimal): -9925937 or 13601384. OLE color: 13601384.

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

Color convert

RGB 104 138 207 -
CMYK 0.50 0.33 0 0.19
HSL 220.19º 0.52% 0.61% -
HSV(B) 220.19º 0.5% 0.81% -
XYZ 26.06 25.63 62.6 -
YUV 135.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 104 138 207 0.50 0.33 0 0.19 220.19 0.52 0.61
Hex 68 8A CF 32 21 0 13 DC 34 3D
Octal 150 212 317 62 41 0 23 334 64 75
Binary 1101000 10001010 11001111 110010 100001 0 10011 11011100 110100 111101

Color Harmonies of #688ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688ACF

Black with #688ACF

Text Example


Text Example

White with #688ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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