#6288F3

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

Shades of Cornflower Blue #6288F3

Tints of Cornflower Blue #6288F3

Color information

#6288F3 (or 0x6288F3) is unknown color: approx Cornflower Blue. HEX triplet: 62, 88 and F3. RGB value is (98,136,243). Sum of RGB (Red+Green+Blue) = 98+136+243=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #6288F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6288F3 is #9D770C. Grayscale: #888888. Windows color (decimal): -10319629 or 15960162. OLE color: 15960162.

HSL color Cylindrical-coordinate representation of color #6288F3: hue angle of 224.28º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6288F3 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB98136243-
CMYK0.600.4400.05
HSL224.28º85.8%66.86%-
HSV(B)224.28º59.67%95.29%-
XYZ30.0226.6888.36-
YUV136.84187.91100.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.55%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 243 (95.31% from 255) = 50.94%
R=20.55%
G=28.51%
B=50.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal981362430.600.4400.05224.2885.866.86
Hex6288F33C2C05e05643
Octal142210363745405340126103
Binary1100010100010001111001111110010110001011110000010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6288F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6288F3; }

 p { color: rgb(98,136,243); }

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

<style>
 a { background-color: #6288F3; }

 a { background-color: rgb(98,136,243); }

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

<style>
 span { border-color: #6288F3; }

 span { border-color: rgb(98,136,243); }

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