#6d9aff

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

Shades of Cornflower Blue #6D9AFF

Tints of Cornflower Blue #6D9AFF

Color information

#6D9AFF (or 0x6D9AFF) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 9A and FF. RGB value is (109,154,255). Sum of RGB (Red+Green+Blue) = 109+154+255=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D9AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9AFF is #926500. Grayscale: #979797. Windows color (decimal): -9594113 or 16751213. OLE color: 16751213.

HSL color Cylindrical-coordinate representation of color #6D9AFF: hue angle of 221.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D9AFF is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB109154255-
CMYK0.570.4000
HSL221.51º100%71.37%-
HSV(B)221.51º57.25%100%-
XYZ35.9133.5899.2-
YUV152.06186.0997.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.04%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 255 (100% from 255) = 49.23%
R=21.04%
G=29.73%
B=49.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1091542550.570.4000221.5110071.37
Hex6D9AFF392800de6447
Octal155232377715000336144107
Binary11011011001101011111111111001101000001101111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d9aff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,154,255); }

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

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

 a { background-color: rgb(109,154,255); }

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

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

 span { border-color: rgb(109,154,255); }

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