Html Css Color HEX #688ABC Danube

📋 copy color: '#688ABC'

red 104 ◦ green 138 ◦ blue 188

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

Shades of Danube #688ABC

Tints of Danube #688ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 24.19%
G = 32.09%
B = 43.72%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#688ABC (or 0x688ABC) is known color: Danube. HEX triplet: 68, 8A and BC. RGB value is (104,138,188). Sum of RGB (Red+Green+Blue) = 104+138+188=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #688ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ABC is #977543. Grayscale: #858585. Windows color (decimal): -9925956 or 12356200. OLE color: 12356200.

HSL color Cylindrical-coordinate representation of color #688ABC: hue angle of 215.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #688ABC is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 138 188 -
CMYK 0.45 0.27 0 0.26
HSL 215.71º 0.39% 0.57% -
HSV(B) 215.71º 0.45% 0.74% -
XYZ 23.87 24.75 51.1 -
YUV 133.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 104 138 188 0.45 0.27 0 0.26 215.71 0.39 0.57
Hex 68 8A BC 2D 1B 0 1A D8 27 39
Octal 150 212 274 55 33 0 32 330 47 71
Binary 1101000 10001010 10111100 101101 11011 0 11010 11011000 100111 111001

Color Harmonies of #688ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688ABC

Black with #688ABC

Text Example


Text Example

White with #688ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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