#6984FA

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

Shades of Cornflower Blue #6984FA

Tints of Cornflower Blue #6984FA

Color information

#6984FA (or 0x6984FA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 84 and FA. RGB value is (105,132,250). Sum of RGB (Red+Green+Blue) = 105+132+250=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #6984FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6984FA is #967B05. Grayscale: #888888. Windows color (decimal): -9861894 or 16417897. OLE color: 16417897.

HSL color Cylindrical-coordinate representation of color #6984FA: hue angle of 228.83º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6984FA is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105132250-
CMYK0.580.4700.02
HSL228.83º93.55%69.61%-
HSV(B)228.83º58%98.04%-
XYZ31.3326.4193.89-
YUV137.38191.55104.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 250 (98.05% from 255) = 51.33%
R=21.56%
G=27.10%
B=51.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051322500.580.4700.02228.8393.5569.61
Hex6984FA3A2F02e55e46
Octal151204372725702345136106
Binary110100110000100111110101110101011110101110010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6984FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6984FA; }

 p { color: rgb(105,132,250); }

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

<style>
 a { background-color: #6984FA; }

 a { background-color: rgb(105,132,250); }

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

<style>
 span { border-color: #6984FA; }

 span { border-color: rgb(105,132,250); }

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