#61a4ea

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

Shades of Cornflower Blue #61A4EA

Tints of Cornflower Blue #61A4EA

Color information

#61A4EA (or 0x61A4EA) is unknown color: approx Cornflower Blue. HEX triplet: 61, A4 and EA. RGB value is (97,164,234). Sum of RGB (Red+Green+Blue) = 97+164+234=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #61A4EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A4EA is #9E5B15. Grayscale: #979797. Windows color (decimal): -10378006 or 15377505. OLE color: 15377505.

HSL color Cylindrical-coordinate representation of color #61A4EA: hue angle of 210.66º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61A4EA is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97164234-
CMYK0.590.3000.08
HSL210.66º76.54%64.9%-
HSV(B)210.66º58.55%91.76%-
XYZ33.0635.0382.86-
YUV151.95174.388.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.60%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=19.60%
G=33.13%
B=47.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971642340.590.3000.08210.6676.5464.9
Hex61A4EA3B1E08d34d41
Octal1412443527336010323115101
Binary1100001101001001110101011101111110010001101001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61a4ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61a4ea; }

 p { color: rgb(97,164,234); }

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

<style>
 a { background-color: #61a4ea; }

 a { background-color: rgb(97,164,234); }

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

<style>
 span { border-color: #61a4ea; }

 span { border-color: rgb(97,164,234); }

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