#68A9FF

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

Shades of Cornflower Blue #68A9FF

Tints of Cornflower Blue #68A9FF

Color information

#68A9FF (or 0x68A9FF) is unknown color: approx Cornflower Blue. HEX triplet: 68, A9 and FF. RGB value is (104,169,255). Sum of RGB (Red+Green+Blue) = 104+169+255=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #68A9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A9FF is #975600. Grayscale: #9E9E9E. Windows color (decimal): -9917953 or 16755048. OLE color: 16755048.

HSL color Cylindrical-coordinate representation of color #68A9FF: hue angle of 214.17º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68A9FF is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB104169255-
CMYK0.590.3400
HSL214.17º100%70.39%-
HSV(B)214.17º59.22%100%-
XYZ37.9538.54100.05-
YUV159.37181.9788.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.70%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 255 (100% from 255) = 48.30%
R=19.70%
G=32.01%
B=48.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1041692550.590.3400214.1710070.39
Hex68A9FF3B2200d66446
Octal150251377734200326144106
Binary11010001010100111111111111011100010001101011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A9FF; }

 p { color: rgb(104,169,255); }

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

<style>
 a { background-color: #68A9FF; }

 a { background-color: rgb(104,169,255); }

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

<style>
 span { border-color: #68A9FF; }

 span { border-color: rgb(104,169,255); }

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