Html Css Color HEX #688BBB Danube

📋 copy color: '#688BBB'

red 104 ◦ green 139 ◦ blue 187

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

Shades of Danube #688BBB

Tints of Danube #688BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.33%

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 24.19%
G = 32.33%
B = 43.49%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#688BBB (or 0x688BBB) is known color: Danube. HEX triplet: 68, 8B and BB. RGB value is (104,139,187). Sum of RGB (Red+Green+Blue) = 104+139+187=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #688BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BBB is #977444. Grayscale: #858585. Windows color (decimal): -9925701 or 12290920. OLE color: 12290920.

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

Color convert

RGB 104 139 187 -
CMYK 0.44 0.26 0 0.27
HSL 214.7º 0.38% 0.57% -
HSV(B) 214.7º 0.44% 0.73% -
XYZ 23.91 25 50.58 -
YUV 134.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 104 139 187 0.44 0.26 0 0.27 214.7 0.38 0.57
Hex 68 8B BB 2C 1A 0 1B D7 26 39
Octal 150 213 273 54 32 0 33 327 46 71
Binary 1101000 10001011 10111011 101100 11010 0 11011 11010111 100110 111001

Color Harmonies of #688BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BBB

Black with #688BBB

Text Example


Text Example

White with #688BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,139,187); }

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

background-color css

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

 a { background-color: rgb(104,139,187); }

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

border-color css

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

 span { border-color: rgb(104,139,187); }

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