#6BA2EA

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

Shades of Cornflower Blue #6BA2EA

Tints of Cornflower Blue #6BA2EA

Color information

#6BA2EA (or 0x6BA2EA) is unknown color: approx Cornflower Blue. HEX triplet: 6B, A2 and EA. RGB value is (107,162,234). Sum of RGB (Red+Green+Blue) = 107+162+234=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BA2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA2EA is #945D15. Grayscale: #999999. Windows color (decimal): -9723158 or 15377003. OLE color: 15377003.

HSL color Cylindrical-coordinate representation of color #6BA2EA: hue angle of 214.02º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BA2EA is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107162234-
CMYK0.540.3100.08
HSL214.02º75.15%66.86%-
HSV(B)214.02º54.27%91.76%-
XYZ33.8434.9182.8-
YUV153.76173.2894.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.27%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 234 (91.80% from 255) = 46.52%
R=21.27%
G=32.21%
B=46.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071622340.540.3100.08214.0275.1566.86
Hex6BA2EA361F08d64b43
Octal1532423526637010326113103
Binary1101011101000101110101011011011111010001101011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,162,234); }

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

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

 a { background-color: rgb(107,162,234); }

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

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

 span { border-color: rgb(107,162,234); }

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