#6D84F1

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

Shades of Cornflower Blue #6D84F1

Tints of Cornflower Blue #6D84F1

Color information

#6D84F1 (or 0x6D84F1) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 84 and F1. RGB value is (109,132,241). Sum of RGB (Red+Green+Blue) = 109+132+241=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D84F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D84F1 is #927B0E. Grayscale: #898989. Windows color (decimal): -9599759 or 15828077. OLE color: 15828077.

HSL color Cylindrical-coordinate representation of color #6D84F1: hue angle of 229.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D84F1 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB109132241-
CMYK0.550.4500.05
HSL229.55º82.5%68.63%-
HSV(B)229.55º54.77%94.51%-
XYZ30.4426.186.65-
YUV137.55186.38107.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.61%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 241 (94.53% from 255) = 50%
R=22.61%
G=27.39%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1091322410.550.4500.05229.5582.568.63
Hex6D84F1372D05e65245
Octal155204361675505346122105
Binary1101101100001001111000111011110110101011110011010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D84F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D84F1; }

 p { color: rgb(109,132,241); }

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

<style>
 a { background-color: #6D84F1; }

 a { background-color: rgb(109,132,241); }

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

<style>
 span { border-color: #6D84F1; }

 span { border-color: rgb(109,132,241); }

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