#67A1E7

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

Shades of Cornflower Blue #67A1E7

Tints of Cornflower Blue #67A1E7

Color information

#67A1E7 (or 0x67A1E7) is unknown color: approx Cornflower Blue. HEX triplet: 67, A1 and E7. RGB value is (103,161,231). Sum of RGB (Red+Green+Blue) = 103+161+231=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #67A1E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A1E7 is #985E18. Grayscale: #979797. Windows color (decimal): -9985561 or 15180135. OLE color: 15180135.

HSL color Cylindrical-coordinate representation of color #67A1E7: hue angle of 212.81º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67A1E7 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB103161231-
CMYK0.550.3000.09
HSL212.81º72.73%65.49%-
HSV(B)212.81º55.41%90.59%-
XYZ32.7634.1480.46-
YUV151.64172.7893.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.81%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 231 (90.62% from 255) = 46.67%
R=20.81%
G=32.53%
B=46.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1031612310.550.3000.09212.8172.7365.49
Hex67A1E7371E09d54941
Octal1472413476736011325111101
Binary1100111101000011110011111011111110010011101010110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,161,231); }

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

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

 a { background-color: rgb(103,161,231); }

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

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

 span { border-color: rgb(103,161,231); }

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