#6d9eff

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

Shades of Cornflower Blue #6D9EFF

Tints of Cornflower Blue #6D9EFF

Color information

#6D9EFF (or 0x6D9EFF) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 9E and FF. RGB value is (109,158,255). Sum of RGB (Red+Green+Blue) = 109+158+255=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D9EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9EFF is #926100. Grayscale: #999999. Windows color (decimal): -9593089 or 16752237. OLE color: 16752237.

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

Color convert

RGB109158255-
CMYK0.570.3800
HSL219.86º100%71.37%-
HSV(B)219.86º57.25%100%-
XYZ36.5834.9299.42-
YUV154.41184.7795.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.88%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 255 (100% from 255) = 48.85%
R=20.88%
G=30.27%
B=48.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1091582550.570.3800219.8610071.37
Hex6D9EFF392600dc6447
Octal155236377714600334144107
Binary11011011001111011111111111001100110001101110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d9eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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