#6984F4

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

Shades of Cornflower Blue #6984F4

Tints of Cornflower Blue #6984F4

Color information

#6984F4 (or 0x6984F4) is unknown color: approx Cornflower Blue. HEX triplet: 69, 84 and F4. RGB value is (105,132,244). Sum of RGB (Red+Green+Blue) = 105+132+244=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #6984F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6984F4 is #967B0B. Grayscale: #888888. Windows color (decimal): -9861900 or 16024681. OLE color: 16024681.

HSL color Cylindrical-coordinate representation of color #6984F4: hue angle of 228.35º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6984F4 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB105132244-
CMYK0.570.4600.04
HSL228.35º86.34%68.43%-
HSV(B)228.35º56.97%95.69%-
XYZ30.4126.0489.01-
YUV136.7188.55105.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.83%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 244 (95.70% from 255) = 50.73%
R=21.83%
G=27.44%
B=50.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1051322440.570.4600.04228.3586.3468.43
Hex6984F4392E04e45644
Octal151204364715604344126104
Binary1101001100001001111010011100110111001001110010010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6984F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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