Html Css Color HEX #688CBC Danube

📋 copy color: '#688CBC'

red 104 ◦ green 140 ◦ blue 188

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

Shades of Danube #688CBC

Tints of Danube #688CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

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

R = 24.07%
G = 32.41%
B = 43.52%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#688CBC (or 0x688CBC) is known color: Danube. HEX triplet: 68, 8C and BC. RGB value is (104,140,188). Sum of RGB (Red+Green+Blue) = 104+140+188=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #688CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CBC is #977343. Grayscale: #868686. Windows color (decimal): -9925444 or 12356712. OLE color: 12356712.

HSL color Cylindrical-coordinate representation of color #688CBC: hue angle of 214.29º 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 #688CBC is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 140 188 -
CMYK 0.45 0.26 0 0.26
HSL 214.29º 0.39% 0.57% -
HSV(B) 214.29º 0.45% 0.74% -
XYZ 24.16 25.33 51.19 -
YUV 134.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 104 140 188 0.45 0.26 0 0.26 214.29 0.39 0.57
Hex 68 8C BC 2D 1A 0 1A D6 27 39
Octal 150 214 274 55 32 0 32 326 47 71
Binary 1101000 10001100 10111100 101101 11010 0 11010 11010110 100111 111001

Color Harmonies of #688CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688CBC

Black with #688CBC

Text Example


Text Example

White with #688CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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