Html Css Color HEX #688CC2 Danube

📋 copy color: '#688CC2'

red 104 ◦ green 140 ◦ blue 194

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

Shades of Danube #688CC2

Tints of Danube #688CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.29%

R = 23.74%
G = 31.96%
B = 44.29%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#688CC2 (or 0x688CC2) is known color: Danube. HEX triplet: 68, 8C and C2. RGB value is (104,140,194). Sum of RGB (Red+Green+Blue) = 104+140+194=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #688CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CC2 is #97733D. Grayscale: #878787. Windows color (decimal): -9925438 or 12749928. OLE color: 12749928.

HSL color Cylindrical-coordinate representation of color #688CC2: hue angle of 216º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #688CC2 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 140 194 -
CMYK 0.46 0.28 0 0.24
HSL 216º 0.42% 0.58% -
HSV(B) 216º 0.46% 0.76% -
XYZ 24.82 25.59 54.67 -
YUV 135.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 104 140 194 0.46 0.28 0 0.24 216 0.42 0.58
Hex 68 8C C2 2E 1C 0 18 D8 2A 3A
Octal 150 214 302 56 34 0 30 330 52 72
Binary 1101000 10001100 11000010 101110 11100 0 11000 11011000 101010 111010

Color Harmonies of #688CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688CC2

Black with #688CC2

Text Example


Text Example

White with #688CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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