#67A3EC

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

Shades of Cornflower Blue #67A3EC

Tints of Cornflower Blue #67A3EC

Color information

#67A3EC (or 0x67A3EC) is unknown color: approx Cornflower Blue. HEX triplet: 67, A3 and EC. RGB value is (103,163,236). Sum of RGB (Red+Green+Blue) = 103+163+236=502 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.52% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #67A3EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A3EC is #985C13. Grayscale: #999999. Windows color (decimal): -9985044 or 15508327. OLE color: 15508327.

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

Color convert

RGB103163236-
CMYK0.560.3100.07
HSL212.93º77.78%66.47%-
HSV(B)212.93º56.36%92.55%-
XYZ33.8335.1384.36-
YUV153.38174.6292.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.52%
GREEN value IS 163 (64.06% from 255) = 32.47%
BLUE value IS 236 (92.58% from 255) = 47.01%
R=20.52%
G=32.47%
B=47.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1031632360.560.3100.07212.9377.7866.47
Hex67A3EC381F07d54e42
Octal147243354703707325116102
Binary110011110100011111011001110001111101111101010110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A3EC; }

 p { color: rgb(103,163,236); }

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

<style>
 a { background-color: #67A3EC; }

 a { background-color: rgb(103,163,236); }

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

<style>
 span { border-color: #67A3EC; }

 span { border-color: rgb(103,163,236); }

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