#6A9DFD

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

Shades of Cornflower Blue #6A9DFD

Tints of Cornflower Blue #6A9DFD

Color information

#6A9DFD (or 0x6A9DFD) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 9D and FD. RGB value is (106,157,253). Sum of RGB (Red+Green+Blue) = 106+157+253=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A9DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A9DFD is #956202. Grayscale: #989898. Windows color (decimal): -9789955 or 16620906. OLE color: 16620906.

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

Color convert

RGB106157253-
CMYK0.580.3800.01
HSL219.18º97.35%70.39%-
HSV(B)219.18º58.1%99.22%-
XYZ35.7334.2797.66-
YUV152.7184.694.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.54%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 253 (99.22% from 255) = 49.03%
R=20.54%
G=30.43%
B=49.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1061572530.580.3800.01219.1897.3570.39
Hex6A9DFD3A2601db6146
Octal152235375724601333141106
Binary11010101001110111111101111010100110011101101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,157,253); }

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

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

 a { background-color: rgb(106,157,253); }

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

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

 span { border-color: rgb(106,157,253); }

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