#61A4FA

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

Shades of Cornflower Blue #61A4FA

Tints of Cornflower Blue #61A4FA

Color information

#61A4FA (or 0x61A4FA) is unknown color: approx Cornflower Blue. HEX triplet: 61, A4 and FA. RGB value is (97,164,250). Sum of RGB (Red+Green+Blue) = 97+164+250=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #61A4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A4FA is #9E5B05. Grayscale: #999999. Windows color (decimal): -10377990 or 16426081. OLE color: 16426081.

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

Color convert

RGB97164250-
CMYK0.610.3400.02
HSL213.73º93.87%68.04%-
HSV(B)213.73º61.2%98.04%-
XYZ35.4635.9995.52-
YUV153.77182.387.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.98%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 250 (98.05% from 255) = 48.92%
R=18.98%
G=32.09%
B=48.92%

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
Decimal971642500.610.3400.02213.7393.8768.04
Hex61A4FA3D2202d65e44
Octal141244372754202326136104
Binary110000110100100111110101111011000100101101011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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