#6A9EFD

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

Shades of Cornflower Blue #6A9EFD

Tints of Cornflower Blue #6A9EFD

Color information

#6A9EFD (or 0x6A9EFD) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 9E and FD. RGB value is (106,158,253). Sum of RGB (Red+Green+Blue) = 106+158+253=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A9EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A9EFD is #956102. Grayscale: #989898. Windows color (decimal): -9789699 or 16621162. OLE color: 16621162.

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

Color convert

RGB106158253-
CMYK0.580.3800.01
HSL218.78º97.35%70.39%-
HSV(B)218.78º58.1%99.22%-
XYZ35.934.6197.72-
YUV153.28184.2794.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.50%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 253 (99.22% from 255) = 48.94%
R=20.50%
G=30.56%
B=48.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1061582530.580.3800.01218.7897.3570.39
Hex6A9EFD3A2601db6146
Octal152236375724601333141106
Binary11010101001111011111101111010100110011101101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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