#61A3F8

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

Shades of Cornflower Blue #61A3F8

Tints of Cornflower Blue #61A3F8

Color information

#61A3F8 (or 0x61A3F8) is unknown color: approx Cornflower Blue. HEX triplet: 61, A3 and F8. RGB value is (97,163,248). Sum of RGB (Red+Green+Blue) = 97+163+248=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #61A3F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A3F8 is #9E5C07. Grayscale: #989898. Windows color (decimal): -10378248 or 16294753. OLE color: 16294753.

HSL color Cylindrical-coordinate representation of color #61A3F8: hue angle of 213.77º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61A3F8 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB97163248-
CMYK0.610.3400.03
HSL213.77º91.52%67.65%-
HSV(B)213.77º60.89%97.25%-
XYZ34.9735.5193.82-
YUV152.96181.6388.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.09%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 248 (97.27% from 255) = 48.82%
R=19.09%
G=32.09%
B=48.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal971632480.610.3400.03213.7791.5267.65
Hex61A3F83D2203d65c44
Octal141243370754203326134104
Binary110000110100011111110001111011000100111101011010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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