#607AF5

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

Shades of Cornflower Blue #607AF5

Tints of Cornflower Blue #607AF5

Color information

#607AF5 (or 0x607AF5) is unknown color: approx Cornflower Blue. HEX triplet: 60, 7A and F5. RGB value is (96,122,245). Sum of RGB (Red+Green+Blue) = 96+122+245=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #607AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607AF5 is #9F850A. Grayscale: #7F7F7F. Windows color (decimal): -10454283 or 16087648. OLE color: 16087648.

HSL color Cylindrical-coordinate representation of color #607AF5: hue angle of 229.53º degrees, saturation: 0.88, 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 #607AF5 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB96122245-
CMYK0.610.5000.04
HSL229.53º88.17%66.86%-
HSV(B)229.53º60.82%96.08%-
XYZ28.262389.34-
YUV128.25193.89105-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.73%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 245 (96.09% from 255) = 52.92%
R=20.73%
G=26.35%
B=52.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal961222450.610.5000.04229.5388.1766.86
Hex607AF53D3204e65843
Octal140172365756204346130103
Binary110000011110101111010111110111001001001110011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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