#6A8DE3

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

Shades of Cornflower Blue #6A8DE3

Tints of Cornflower Blue #6A8DE3

Color information

#6A8DE3 (or 0x6A8DE3) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 8D and E3. RGB value is (106,141,227). Sum of RGB (Red+Green+Blue) = 106+141+227=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 227 - color contains mainly: blue. Hex color #6A8DE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8DE3 is #95721C. Grayscale: #8B8B8B. Windows color (decimal): -9794077 or 14912874. OLE color: 14912874.

HSL color Cylindrical-coordinate representation of color #6A8DE3: hue angle of 222.64º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A8DE3 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB106141227-
CMYK0.530.3800.11
HSL222.64º68.36%65.29%-
HSV(B)222.64º53.3%89.02%-
XYZ29.3327.6676.47-
YUV140.34176.9103.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.36%
GREEN value IS 141 (55.47% from 255) = 29.75%
BLUE value IS 227 (89.06% from 255) = 47.89%
R=22.36%
G=29.75%
B=47.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1061412270.530.3800.11222.6468.3665.29
Hex6A8DE335260Bdf4441
Octal1522153436546013337104101
Binary11010101000110111100011110101100110010111101111110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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