#628DE6

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

Shades of Cornflower Blue #628DE6

Tints of Cornflower Blue #628DE6

Color information

#628DE6 (or 0x628DE6) is unknown color: approx Cornflower Blue. HEX triplet: 62, 8D and E6. RGB value is (98,141,230). Sum of RGB (Red+Green+Blue) = 98+141+230=469 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.90% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #628DE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #628DE6 is #9D7219. Grayscale: #898989. Windows color (decimal): -10318362 or 15109474. OLE color: 15109474.

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

Color convert

RGB98141230-
CMYK0.570.3900.10
HSL220.45º72.53%64.31%-
HSV(B)220.45º57.39%90.2%-
XYZ28.8427.3678.62-
YUV138.29179.7599.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.90%
GREEN value IS 141 (55.47% from 255) = 30.06%
BLUE value IS 230 (90.23% from 255) = 49.04%
R=20.90%
G=30.06%
B=49.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal981412300.570.3900.10220.4572.5364.31
Hex628DE639270Adc4940
Octal1422153467147012334111100
Binary11000101000110111100110111001100111010101101110010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628DE6; }

 p { color: rgb(98,141,230); }

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

<style>
 a { background-color: #628DE6; }

 a { background-color: rgb(98,141,230); }

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

<style>
 span { border-color: #628DE6; }

 span { border-color: rgb(98,141,230); }

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