#6DA8FD

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

Shades of Cornflower Blue #6DA8FD

Tints of Cornflower Blue #6DA8FD

Color information

#6DA8FD (or 0x6DA8FD) is unknown color: approx Cornflower Blue. HEX triplet: 6D, A8 and FD. RGB value is (109,168,253). Sum of RGB (Red+Green+Blue) = 109+168+253=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DA8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA8FD is #925702. Grayscale: #9F9F9F. Windows color (decimal): -9590531 or 16623725. OLE color: 16623725.

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

Color convert

RGB109168253-
CMYK0.570.3400.01
HSL215.42º97.3%70.98%-
HSV(B)215.42º56.92%99.22%-
XYZ38.0438.3598.33-
YUV160.05180.4591.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.57%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 253 (99.22% from 255) = 47.74%
R=20.57%
G=31.70%
B=47.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091682530.570.3400.01215.4297.370.98
Hex6DA8FD392201d76147
Octal155250375714201327141107
Binary11011011010100011111101111001100010011101011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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