#607BE6

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

Shades of Cornflower Blue #607BE6

Tints of Cornflower Blue #607BE6

Color information

#607BE6 (or 0x607BE6) is unknown color: approx Cornflower Blue. HEX triplet: 60, 7B and E6. RGB value is (96,123,230). Sum of RGB (Red+Green+Blue) = 96+123+230=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #607BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607BE6 is #9F8419. Grayscale: #7E7E7E. Windows color (decimal): -10454042 or 15104864. OLE color: 15104864.

HSL color Cylindrical-coordinate representation of color #607BE6: hue angle of 227.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #607BE6 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96123230-
CMYK0.580.4700.10
HSL227.91º72.83%63.92%-
HSV(B)227.91º58.26%90.2%-
XYZ26.1922.3777.8-
YUV127.12186.05105.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.38%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 230 (90.23% from 255) = 51.22%
R=21.38%
G=27.39%
B=51.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal961232300.580.4700.10227.9172.8363.92
Hex607BE63A2F0Ae44940
Octal1401733467257012344111100
Binary1100000111101111100110111010101111010101110010010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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