#61A2F1

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

Shades of Cornflower Blue #61A2F1

Tints of Cornflower Blue #61A2F1

Color information

#61A2F1 (or 0x61A2F1) is unknown color: approx Cornflower Blue. HEX triplet: 61, A2 and F1. RGB value is (97,162,241). Sum of RGB (Red+Green+Blue) = 97+162+241=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #61A2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A2F1 is #9E5D0E. Grayscale: #979797. Windows color (decimal): -10378511 or 15835745. OLE color: 15835745.

HSL color Cylindrical-coordinate representation of color #61A2F1: hue angle of 212.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61A2F1 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97162241-
CMYK0.600.3300.05
HSL212.92º83.72%66.27%-
HSV(B)212.92º59.75%94.51%-
XYZ33.7334.7388.15-
YUV151.57178.4789.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 162 (63.67% from 255) = 32.4%
BLUE value IS 241 (94.53% from 255) = 48.2%
R=19.4%
G=32.4%
B=48.2%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971622410.600.3300.05212.9283.7266.27
Hex61A2F13C2105d55442
Octal141242361744105325124102
Binary1100001101000101111000111110010000101011101010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,162,241); }

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

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

 a { background-color: rgb(97,162,241); }

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

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

 span { border-color: rgb(97,162,241); }

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