#6DA5FD

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

Shades of Cornflower Blue #6DA5FD

Tints of Cornflower Blue #6DA5FD

Color information

#6DA5FD (or 0x6DA5FD) is unknown color: approx Cornflower Blue. HEX triplet: 6D, A5 and FD. RGB value is (109,165,253). Sum of RGB (Red+Green+Blue) = 109+165+253=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DA5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA5FD is #925A02. Grayscale: #9D9D9D. Windows color (decimal): -9591299 or 16622957. OLE color: 16622957.

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

Color convert

RGB109165253-
CMYK0.570.3500.01
HSL216.67º97.3%70.98%-
HSV(B)216.67º56.92%99.22%-
XYZ37.4937.2598.14-
YUV158.29181.4592.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.68%
GREEN value IS 165 (64.84% from 255) = 31.31%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=20.68%
G=31.31%
B=48.01%

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
Decimal1091652530.570.3500.01216.6797.370.98
Hex6DA5FD392301d96147
Octal155245375714301331141107
Binary11011011010010111111101111001100011011101100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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