#6A8DFD

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

Shades of Cornflower Blue #6A8DFD

Tints of Cornflower Blue #6A8DFD

Color information

#6A8DFD (or 0x6A8DFD) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 8D and FD. RGB value is (106,141,253). Sum of RGB (Red+Green+Blue) = 106+141+253=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A8DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A8DFD is #957202. Grayscale: #8E8E8E. Windows color (decimal): -9794051 or 16616810. OLE color: 16616810.

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

Color convert

RGB106141253-
CMYK0.580.4400.01
HSL225.71º97.35%70.39%-
HSV(B)225.71º58.1%99.22%-
XYZ33.229.2196.82-
YUV143.3189.9101.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.2%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 253 (99.22% from 255) = 50.6%
R=21.2%
G=28.2%
B=50.6%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1061412530.580.4400.01225.7197.3570.39
Hex6A8DFD3A2C01e26146
Octal152215375725401342141106
Binary11010101000110111111101111010101100011110001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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