#607FFC

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

Shades of Cornflower Blue #607FFC

Tints of Cornflower Blue #607FFC

Color information

#607FFC (or 0x607FFC) is unknown color: approx Cornflower Blue. HEX triplet: 60, 7F and FC. RGB value is (96,127,252). Sum of RGB (Red+Green+Blue) = 96+127+252=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #607FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607FFC is #9F8003. Grayscale: #838383. Windows color (decimal): -10452996 or 16547680. OLE color: 16547680.

HSL color Cylindrical-coordinate representation of color #607FFC: hue angle of 228.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607FFC is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB96127252-
CMYK0.620.5000.01
HSL228.08º96.3%68.24%-
HSV(B)228.08º61.9%98.82%-
XYZ29.9824.6995.28-
YUV131.98195.73102.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.21%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 252 (98.83% from 255) = 53.05%
R=20.21%
G=26.74%
B=53.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal961272520.620.5000.01228.0896.368.24
Hex607FFC3E3201e46044
Octal140177374766201344140104
Binary1100000111111111111100111110110010011110010011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,127,252); }

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

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

 a { background-color: rgb(96,127,252); }

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

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

 span { border-color: rgb(96,127,252); }

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