#61A2F6

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

Shades of Cornflower Blue #61A2F6

Tints of Cornflower Blue #61A2F6

Color information

#61A2F6 (or 0x61A2F6) is unknown color: approx Cornflower Blue. HEX triplet: 61, A2 and F6. RGB value is (97,162,246). Sum of RGB (Red+Green+Blue) = 97+162+246=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #61A2F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A2F6 is #9E5D09. Grayscale: #979797. Windows color (decimal): -10378506 or 16163425. OLE color: 16163425.

HSL color Cylindrical-coordinate representation of color #61A2F6: hue angle of 213.83º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61A2F6 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB97162246-
CMYK0.610.3400.04
HSL213.83º89.22%67.25%-
HSV(B)213.83º60.57%96.47%-
XYZ34.4835.0492.13-
YUV152.14180.9788.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.21%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 246 (96.48% from 255) = 48.71%
R=19.21%
G=32.08%
B=48.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal971622460.610.3400.04213.8389.2267.25
Hex61A2F63D2204d65943
Octal141242366754204326131103
Binary1100001101000101111011011110110001001001101011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,162,246); }

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

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

 a { background-color: rgb(97,162,246); }

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

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

 span { border-color: rgb(97,162,246); }

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