#6AA3FD

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

Shades of Cornflower Blue #6AA3FD

Tints of Cornflower Blue #6AA3FD

Color information

#6AA3FD (or 0x6AA3FD) is unknown color: approx Cornflower Blue. HEX triplet: 6A, A3 and FD. RGB value is (106,163,253). Sum of RGB (Red+Green+Blue) = 106+163+253=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AA3FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA3FD is #955C02. Grayscale: #9B9B9B. Windows color (decimal): -9788419 or 16622442. OLE color: 16622442.

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

Color convert

RGB106163253-
CMYK0.580.3600.01
HSL216.73º97.35%70.39%-
HSV(B)216.73º58.1%99.22%-
XYZ36.7736.3598.01-
YUV156.22182.6292.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.31%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 253 (99.22% from 255) = 48.47%
R=20.31%
G=31.23%
B=48.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1061632530.580.3600.01216.7397.3570.39
Hex6AA3FD3A2401d96146
Octal152243375724401331141106
Binary11010101010001111111101111010100100011101100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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