#6AA5FF

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

Shades of Cornflower Blue #6AA5FF

Tints of Cornflower Blue #6AA5FF

Color information

#6AA5FF (or 0x6AA5FF) is unknown color: approx Cornflower Blue. HEX triplet: 6A, A5 and FF. RGB value is (106,165,255). Sum of RGB (Red+Green+Blue) = 106+165+255=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #6AA5FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA5FF is #955A00. Grayscale: #9D9D9D. Windows color (decimal): -9787905 or 16754026. OLE color: 16754026.

HSL color Cylindrical-coordinate representation of color #6AA5FF: hue angle of 216.24º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AA5FF is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB106165255-
CMYK0.580.3500
HSL216.24º100%70.78%-
HSV(B)216.24º58.43%100%-
XYZ37.4537.1999.81-
YUV157.62182.9591.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.15%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 255 (100% from 255) = 48.48%
R=20.15%
G=31.37%
B=48.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1061652550.580.3500216.2410070.78
Hex6AA5FF3A2300d86447
Octal152245377724300330144107
Binary11010101010010111111111111010100011001101100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,165,255); }

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

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

 a { background-color: rgb(106,165,255); }

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

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

 span { border-color: rgb(106,165,255); }

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