#6AA1FD

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

Shades of Cornflower Blue #6AA1FD

Tints of Cornflower Blue #6AA1FD

Color information

#6AA1FD (or 0x6AA1FD) is unknown color: approx Cornflower Blue. HEX triplet: 6A, A1 and FD. RGB value is (106,161,253). Sum of RGB (Red+Green+Blue) = 106+161+253=520 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.38% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AA1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA1FD is #955E02. Grayscale: #9A9A9A. Windows color (decimal): -9788931 or 16621930. OLE color: 16621930.

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

Color convert

RGB106161253-
CMYK0.580.3600.01
HSL217.55º97.35%70.39%-
HSV(B)217.55º58.1%99.22%-
XYZ36.4235.6597.89-
YUV155.04183.2893.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.38%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 253 (99.22% from 255) = 48.65%
R=20.38%
G=30.96%
B=48.65%

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
Decimal1061612530.580.3600.01217.5597.3570.39
Hex6AA1FD3A2401da6146
Octal152241375724401332141106
Binary11010101010000111111101111010100100011101101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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