#6A9DE0

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

Shades of Cornflower Blue #6A9DE0

Tints of Cornflower Blue #6A9DE0

Color information

#6A9DE0 (or 0x6A9DE0) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 9D and E0. RGB value is (106,157,224). Sum of RGB (Red+Green+Blue) = 106+157+224=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #6A9DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9DE0 is #95621F. Grayscale: #959595. Windows color (decimal): -9789984 or 14720362. OLE color: 14720362.

HSL color Cylindrical-coordinate representation of color #6A9DE0: hue angle of 214.07º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A9DE0 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB106157224-
CMYK0.530.3000.12
HSL214.07º65.56%64.71%-
HSV(B)214.07º52.68%87.84%-
XYZ31.4632.5675.15-
YUV149.39170.197.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.77%
GREEN value IS 157 (61.72% from 255) = 32.24%
BLUE value IS 224 (87.89% from 255) = 46.00%
R=21.77%
G=32.24%
B=46.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1061572240.530.3000.12214.0765.5664.71
Hex6A9DE0351E0Cd64241
Octal1522353406536014326102101
Binary1101010100111011110000011010111110011001101011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,157,224); }

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

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

 a { background-color: rgb(106,157,224); }

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

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

 span { border-color: rgb(106,157,224); }

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