#6D9BFF

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

Shades of Cornflower Blue #6D9BFF

Tints of Cornflower Blue #6D9BFF

Color information

#6D9BFF (or 0x6D9BFF) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 9B and FF. RGB value is (109,155,255). Sum of RGB (Red+Green+Blue) = 109+155+255=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D9BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9BFF is #926400. Grayscale: #989898. Windows color (decimal): -9593857 or 16751469. OLE color: 16751469.

HSL color Cylindrical-coordinate representation of color #6D9BFF: hue angle of 221.1º 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 #6D9BFF is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB109155255-
CMYK0.570.3900
HSL221.1º100%71.37%-
HSV(B)221.1º57.25%100%-
XYZ36.0833.9199.25-
YUV152.65185.7696.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.00%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 255 (100% from 255) = 49.13%
R=21.00%
G=29.87%
B=49.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1091552550.570.3900221.110071.37
Hex6D9BFF392700dd6447
Octal155233377714700335144107
Binary11011011001101111111111111001100111001101110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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