Html Css Color HEX #688FB8 Danube

📋 copy color: '#688FB8'

red 104 ◦ green 143 ◦ blue 184

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

Shades of Danube #688FB8

Tints of Danube #688FB8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.18%

 BLUE value IS 184 (72.27% from 255) = 42.69%

R = 24.13%
G = 33.18%
B = 42.69%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#688FB8 (or 0x688FB8) is known color: Danube. HEX triplet: 68, 8F and B8. RGB value is (104,143,184). Sum of RGB (Red+Green+Blue) = 104+143+184=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #688FB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FB8 is #977047. Grayscale: #878787. Windows color (decimal): -9924680 or 12095336. OLE color: 12095336.

HSL color Cylindrical-coordinate representation of color #688FB8: hue angle of 210.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #688FB8 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 143 184 -
CMYK 0.43 0.22 0 0.28
HSL 210.75º 0.36% 0.56% -
HSV(B) 210.75º 0.43% 0.72% -
XYZ 24.18 26.05 49.1 -
YUV 136.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 104 143 184 0.43 0.22 0 0.28 210.75 0.36 0.56
Hex 68 8F B8 2B 16 0 1C D3 24 38
Octal 150 217 270 53 26 0 34 323 44 70
Binary 1101000 10001111 10111000 101011 10110 0 11100 11010011 100100 111000

Color Harmonies of #688FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688FB8

Black with #688FB8

Text Example


Text Example

White with #688FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,143,184); }

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

background-color css

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

 a { background-color: rgb(104,143,184); }

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

border-color css

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

 span { border-color: rgb(104,143,184); }

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