#607BF5

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

Shades of Cornflower Blue #607BF5

Tints of Cornflower Blue #607BF5

Color information

#607BF5 (or 0x607BF5) is unknown color: approx Cornflower Blue. HEX triplet: 60, 7B and F5. RGB value is (96,123,245). Sum of RGB (Red+Green+Blue) = 96+123+245=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 123 (48.44% from 255 or 26.51% 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 #607BF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607BF5 is #9F840A. Grayscale: #808080. Windows color (decimal): -10454027 or 16087904. OLE color: 16087904.

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

Color convert

RGB96123245-
CMYK0.610.5000.04
HSL229.13º88.17%66.86%-
HSV(B)229.13º60.82%96.08%-
XYZ28.3923.2589.38-
YUV128.84193.55104.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.69%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 245 (96.09% from 255) = 52.80%
R=20.69%
G=26.51%
B=52.80%

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
Decimal961232450.610.5000.04229.1388.1766.86
Hex607BF53D3204e55843
Octal140173365756204345130103
Binary110000011110111111010111110111001001001110010110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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