#61A6FC

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

Shades of Cornflower Blue #61A6FC

Tints of Cornflower Blue #61A6FC

Color information

#61A6FC (or 0x61A6FC) is unknown color: approx Cornflower Blue. HEX triplet: 61, A6 and FC. RGB value is (97,166,252). Sum of RGB (Red+Green+Blue) = 97+166+252=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #61A6FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A6FC is #9E5903. Grayscale: #9A9A9A. Windows color (decimal): -10377476 or 16557665. OLE color: 16557665.

HSL color Cylindrical-coordinate representation of color #61A6FC: hue angle of 213.29º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61A6FC is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB97166252-
CMYK0.620.3400.01
HSL213.29º96.27%68.43%-
HSV(B)213.29º61.51%98.82%-
XYZ36.1436.8497.3-
YUV155.17182.6486.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.83%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=18.83%
G=32.23%
B=48.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal971662520.620.3400.01213.2996.2768.43
Hex61A6FC3E2201d56044
Octal141246374764201325140104
Binary11000011010011011111100111110100010011101010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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