#6F84DE

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

Shades of Cornflower Blue #6F84DE

Tints of Cornflower Blue #6F84DE

Color information

#6F84DE (or 0x6F84DE) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 84 and DE. RGB value is (111,132,222). Sum of RGB (Red+Green+Blue) = 111+132+222=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F84DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F84DE is #907B21. Grayscale: #878787. Windows color (decimal): -9468706 or 14582895. OLE color: 14582895.

HSL color Cylindrical-coordinate representation of color #6F84DE: hue angle of 228.65º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F84DE is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111132222-
CMYK0.50.4100.13
HSL228.65º62.71%65.29%-
HSV(B)228.65º50%87.06%-
XYZ27.9925.1672.49-
YUV135.98176.54110.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.87%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=23.87%
G=28.39%
B=47.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111322220.50.4100.13228.6562.7165.29
Hex6F84DE32290De53f41
Octal157204336625101534577101
Binary1101111100001001101111011001010100101101111001011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,132,222); }

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

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

 a { background-color: rgb(111,132,222); }

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

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

 span { border-color: rgb(111,132,222); }

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