#68A7EC

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

Shades of Cornflower Blue #68A7EC

Tints of Cornflower Blue #68A7EC

Color information

#68A7EC (or 0x68A7EC) is unknown color: approx Cornflower Blue. HEX triplet: 68, A7 and EC. RGB value is (104,167,236). Sum of RGB (Red+Green+Blue) = 104+167+236=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #68A7EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A7EC is #975813. Grayscale: #9B9B9B. Windows color (decimal): -9918484 or 15509352. OLE color: 15509352.

HSL color Cylindrical-coordinate representation of color #68A7EC: hue angle of 211.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A7EC is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104167236-
CMYK0.560.2900.07
HSL211.36º77.65%66.67%-
HSV(B)211.36º55.93%92.55%-
XYZ34.6736.6484.6-
YUV156.03173.1390.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.51%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=20.51%
G=32.94%
B=46.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041672360.560.2900.07211.3677.6566.67
Hex68A7EC381D07d34e43
Octal150247354703507323116103
Binary110100010100111111011001110001110101111101001110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,167,236); }

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

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

 a { background-color: rgb(104,167,236); }

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

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

 span { border-color: rgb(104,167,236); }

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