#6284F3

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

Shades of Cornflower Blue #6284F3

Tints of Cornflower Blue #6284F3

Color information

#6284F3 (or 0x6284F3) is unknown color: approx Cornflower Blue. HEX triplet: 62, 84 and F3. RGB value is (98,132,243). Sum of RGB (Red+Green+Blue) = 98+132+243=473 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.72% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #6284F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6284F3 is #9D7B0C. Grayscale: #868686. Windows color (decimal): -10320653 or 15959138. OLE color: 15959138.

HSL color Cylindrical-coordinate representation of color #6284F3: hue angle of 225.93º 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 #6284F3 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB98132243-
CMYK0.600.4600.05
HSL225.93º85.8%66.86%-
HSV(B)225.93º59.67%95.29%-
XYZ29.4725.5788.18-
YUV134.49189.24101.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.72%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 243 (95.31% from 255) = 51.37%
R=20.72%
G=27.91%
B=51.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal981322430.600.4600.05225.9385.866.86
Hex6284F33C2E05e25643
Octal142204363745605342126103
Binary1100010100001001111001111110010111001011110001010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6284F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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