#6DA4FD

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

Shades of Cornflower Blue #6DA4FD

Tints of Cornflower Blue #6DA4FD

Color information

#6DA4FD (or 0x6DA4FD) is unknown color: approx Cornflower Blue. HEX triplet: 6D, A4 and FD. RGB value is (109,164,253). Sum of RGB (Red+Green+Blue) = 109+164+253=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DA4FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA4FD is #925B02. Grayscale: #9D9D9D. Windows color (decimal): -9591555 or 16622701. OLE color: 16622701.

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

Color convert

RGB109164253-
CMYK0.570.3500.01
HSL217.08º97.3%70.98%-
HSV(B)217.08º56.92%99.22%-
XYZ37.3136.8998.08-
YUV157.7181.7893.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.72%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=20.72%
G=31.18%
B=48.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091642530.570.3500.01217.0897.370.98
Hex6DA4FD392301d96147
Octal155244375714301331141107
Binary11011011010010011111101111001100011011101100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,164,253); }

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

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

 a { background-color: rgb(109,164,253); }

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

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

 span { border-color: rgb(109,164,253); }

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