#6AA2FD

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

Shades of Cornflower Blue #6AA2FD

Tints of Cornflower Blue #6AA2FD

Color information

#6AA2FD (or 0x6AA2FD) is unknown color: approx Cornflower Blue. HEX triplet: 6A, A2 and FD. RGB value is (106,162,253). Sum of RGB (Red+Green+Blue) = 106+162+253=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AA2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA2FD is #955D02. Grayscale: #9B9B9B. Windows color (decimal): -9788675 or 16622186. OLE color: 16622186.

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

Color convert

RGB106162253-
CMYK0.580.3600.01
HSL217.14º97.35%70.39%-
HSV(B)217.14º58.1%99.22%-
XYZ36.593697.95-
YUV155.63182.9592.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.35%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=20.35%
G=31.09%
B=48.56%

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
Decimal1061622530.580.3600.01217.1497.3570.39
Hex6AA2FD3A2401d96146
Octal152242375724401331141106
Binary11010101010001011111101111010100100011101100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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