#61A5F9

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

Shades of Cornflower Blue #61A5F9

Tints of Cornflower Blue #61A5F9

Color information

#61A5F9 (or 0x61A5F9) is unknown color: approx Cornflower Blue. HEX triplet: 61, A5 and F9. RGB value is (97,165,249). Sum of RGB (Red+Green+Blue) = 97+165+249=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #61A5F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A5F9 is #9E5A06. Grayscale: #999999. Windows color (decimal): -10377735 or 16360801. OLE color: 16360801.

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

Color convert

RGB97165249-
CMYK0.610.3400.02
HSL213.16º92.68%67.84%-
HSV(B)213.16º61.04%97.65%-
XYZ35.4836.2994.76-
YUV154.24181.4787.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.98%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=18.98%
G=32.29%
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
Decimal971652490.610.3400.02213.1692.6867.84
Hex61A5F93D2202d55d44
Octal141245371754202325135104
Binary110000110100101111110011111011000100101101010110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,165,249); }

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

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

 a { background-color: rgb(97,165,249); }

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

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

 span { border-color: rgb(97,165,249); }

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