#67A3F5

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

Shades of Cornflower Blue #67A3F5

Tints of Cornflower Blue #67A3F5

Color information

#67A3F5 (or 0x67A3F5) is unknown color: approx Cornflower Blue. HEX triplet: 67, A3 and F5. RGB value is (103,163,245). Sum of RGB (Red+Green+Blue) = 103+163+245=511 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.16% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #67A3F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A3F5 is #985C0A. Grayscale: #9A9A9A. Windows color (decimal): -9985035 or 16098151. OLE color: 16098151.

HSL color Cylindrical-coordinate representation of color #67A3F5: hue angle of 214.65º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67A3F5 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB103163245-
CMYK0.580.3300.04
HSL214.65º87.65%68.24%-
HSV(B)214.65º57.96%96.08%-
XYZ35.1735.6791.42-
YUV154.41179.1291.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.16%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 245 (96.09% from 255) = 47.95%
R=20.16%
G=31.90%
B=47.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1031632450.580.3300.04214.6587.6568.24
Hex67A3F53A2104d75844
Octal147243365724104327130104
Binary1100111101000111111010111101010000101001101011110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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