#617AF5

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

Shades of Cornflower Blue #617AF5

Tints of Cornflower Blue #617AF5

Color information

#617AF5 (or 0x617AF5) is unknown color: approx Cornflower Blue. HEX triplet: 61, 7A and F5. RGB value is (97,122,245). Sum of RGB (Red+Green+Blue) = 97+122+245=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #617AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #617AF5 is #9E850A. Grayscale: #808080. Windows color (decimal): -10388747 or 16087649. OLE color: 16087649.

HSL color Cylindrical-coordinate representation of color #617AF5: hue angle of 229.86º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #617AF5 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB97122245-
CMYK0.600.5000.04
HSL229.86º88.1%67.06%-
HSV(B)229.86º60.41%96.08%-
XYZ28.3723.0589.34-
YUV128.55193.72105.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 245 (96.09% from 255) = 52.80%
R=20.91%
G=26.29%
B=52.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal971222450.600.5000.04229.8688.167.06
Hex617AF53C3204e65843
Octal141172365746204346130103
Binary110000111110101111010111110011001001001110011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617AF5; }

 p { color: rgb(97,122,245); }

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

<style>
 a { background-color: #617AF5; }

 a { background-color: rgb(97,122,245); }

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

<style>
 span { border-color: #617AF5; }

 span { border-color: rgb(97,122,245); }

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