#67A4EC

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

Shades of Cornflower Blue #67A4EC

Tints of Cornflower Blue #67A4EC

Color information

#67A4EC (or 0x67A4EC) is unknown color: approx Cornflower Blue. HEX triplet: 67, A4 and EC. RGB value is (103,164,236). Sum of RGB (Red+Green+Blue) = 103+164+236=503 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.48% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #67A4EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A4EC is #985B13. Grayscale: #999999. Windows color (decimal): -9984788 or 15508583. OLE color: 15508583.

HSL color Cylindrical-coordinate representation of color #67A4EC: hue angle of 212.48º 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 #67A4EC is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB103164236-
CMYK0.560.3100.07
HSL212.48º77.78%66.47%-
HSV(B)212.48º56.36%92.55%-
XYZ34.0135.4984.41-
YUV153.97174.2991.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.48%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=20.48%
G=32.60%
B=46.92%

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
Decimal1031642360.560.3100.07212.4877.7866.47
Hex67A4EC381F07d44e42
Octal147244354703707324116102
Binary110011110100100111011001110001111101111101010010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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