#61A2FA

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

Shades of Cornflower Blue #61A2FA

Tints of Cornflower Blue #61A2FA

Color information

#61A2FA (or 0x61A2FA) is unknown color: approx Cornflower Blue. HEX triplet: 61, A2 and FA. RGB value is (97,162,250). Sum of RGB (Red+Green+Blue) = 97+162+250=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #61A2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A2FA is #9E5D05. Grayscale: #989898. Windows color (decimal): -10378502 or 16425569. OLE color: 16425569.

HSL color Cylindrical-coordinate representation of color #61A2FA: hue angle of 214.51º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61A2FA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97162250-
CMYK0.610.3500.02
HSL214.51º93.87%68.04%-
HSV(B)214.51º61.2%98.04%-
XYZ35.1135.2895.4-
YUV152.6182.9788.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.06%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=19.06%
G=31.83%
B=49.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971622500.610.3500.02214.5193.8768.04
Hex61A2FA3D2302d75e44
Octal141242372754302327136104
Binary110000110100010111110101111011000110101101011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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