#61A3FA

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

Shades of Cornflower Blue #61A3FA

Tints of Cornflower Blue #61A3FA

Color information

#61A3FA (or 0x61A3FA) is unknown color: approx Cornflower Blue. HEX triplet: 61, A3 and FA. RGB value is (97,163,250). Sum of RGB (Red+Green+Blue) = 97+163+250=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #61A3FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A3FA is #9E5C05. Grayscale: #989898. Windows color (decimal): -10378246 or 16425825. OLE color: 16425825.

HSL color Cylindrical-coordinate representation of color #61A3FA: hue angle of 214.12º 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 #61A3FA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97163250-
CMYK0.610.3500.02
HSL214.12º93.87%68.04%-
HSV(B)214.12º61.2%98.04%-
XYZ35.2835.6495.46-
YUV153.18182.6387.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.02%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=19.02%
G=31.96%
B=49.02%

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
Decimal971632500.610.3500.02214.1293.8768.04
Hex61A3FA3D2302d65e44
Octal141243372754302326136104
Binary110000110100011111110101111011000110101101011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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