#688ada

Color #688ADA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #688ADA

Tints of Cornflower Blue #688ADA

Color information

#688ADA (or 0x688ADA) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8A and DA. RGB value is (104,138,218). Sum of RGB (Red+Green+Blue) = 104+138+218=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #688ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ADA is #977525. Grayscale: #888888. Windows color (decimal): -9925926 or 14322280. OLE color: 14322280.

HSL color Cylindrical-coordinate representation of color #688ADA: hue angle of 222.11º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #688ADA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104138218-
CMYK0.520.3700.15
HSL222.11º60.64%63.14%-
HSV(B)222.11º52.29%85.49%-
XYZ27.4526.1869.94-
YUV136.95173.74104.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.61%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 218 (85.55% from 255) = 47.39%
R=22.61%
G=30%
B=47.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041382180.520.3700.15222.1160.6463.14
Hex688ADA34250Fde3d3f
Octal15021233264450173367577
Binary110100010001010110110101101001001010111111011110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688ada

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #688ada;
 }
 .AnyTagClassName
 {
   color: #688ada;
 }
</style>
background-color css

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

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

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

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

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

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