#6D8FFA

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

Shades of Cornflower Blue #6D8FFA

Tints of Cornflower Blue #6D8FFA

Color information

#6D8FFA (or 0x6D8FFA) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 8F and FA. RGB value is (109,143,250). Sum of RGB (Red+Green+Blue) = 109+143+250=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D8FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8FFA is #927005. Grayscale: #909090. Windows color (decimal): -9596934 or 16420717. OLE color: 16420717.

HSL color Cylindrical-coordinate representation of color #6D8FFA: hue angle of 225.53º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D8FFA is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109143250-
CMYK0.560.4300.02
HSL225.53º93.38%70.39%-
HSV(B)225.53º56.4%98.04%-
XYZ33.3829.894.43-
YUV145.03187.24102.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.71%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 250 (98.05% from 255) = 49.80%
R=21.71%
G=28.49%
B=49.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1091432500.560.4300.02225.5393.3870.39
Hex6D8FFA382B02e25d46
Octal155217372705302342135106
Binary110110110001111111110101110001010110101110001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,143,250); }

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

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

 a { background-color: rgb(109,143,250); }

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

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

 span { border-color: rgb(109,143,250); }

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