#6D8AFA

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

Shades of Cornflower Blue #6D8AFA

Tints of Cornflower Blue #6D8AFA

Color information

#6D8AFA (or 0x6D8AFA) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 8A and FA. RGB value is (109,138,250). Sum of RGB (Red+Green+Blue) = 109+138+250=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D8AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8AFA is #927505. Grayscale: #8D8D8D. Windows color (decimal): -9598214 or 16419437. OLE color: 16419437.

HSL color Cylindrical-coordinate representation of color #6D8AFA: hue angle of 227.66º 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 #6D8AFA is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109138250-
CMYK0.560.4500.02
HSL227.66º93.38%70.39%-
HSV(B)227.66º56.4%98.04%-
XYZ32.6528.3394.19-
YUV142.1188.89104.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.93%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 250 (98.05% from 255) = 50.30%
R=21.93%
G=27.77%
B=50.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1091382500.560.4500.02227.6693.3870.39
Hex6D8AFA382D02e45d46
Octal155212372705502344135106
Binary110110110001010111110101110001011010101110010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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