#61A6FA

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

Shades of Cornflower Blue #61A6FA

Tints of Cornflower Blue #61A6FA

Color information

#61A6FA (or 0x61A6FA) is unknown color: approx Cornflower Blue. HEX triplet: 61, A6 and FA. RGB value is (97,166,250). Sum of RGB (Red+Green+Blue) = 97+166+250=513 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.91% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #61A6FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A6FA is #9E5905. Grayscale: #9A9A9A. Windows color (decimal): -10377478 or 16426593. OLE color: 16426593.

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

Color convert

RGB97166250-
CMYK0.610.3400.02
HSL212.94º93.87%68.04%-
HSV(B)212.94º61.2%98.04%-
XYZ35.8236.7295.64-
YUV154.94181.6486.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.91%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 250 (98.05% from 255) = 48.73%
R=18.91%
G=32.36%
B=48.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971662500.610.3400.02212.9493.8768.04
Hex61A6FA3D2202d55e44
Octal141246372754202325136104
Binary110000110100110111110101111011000100101101010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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