#6BA0EE

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

Shades of Cornflower Blue #6BA0EE

Tints of Cornflower Blue #6BA0EE

Color information

#6BA0EE (or 0x6BA0EE) is unknown color: approx Cornflower Blue. HEX triplet: 6B, A0 and EE. RGB value is (107,160,238). Sum of RGB (Red+Green+Blue) = 107+160+238=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BA0EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA0EE is #945F11. Grayscale: #989898. Windows color (decimal): -9723666 or 15638635. OLE color: 15638635.

HSL color Cylindrical-coordinate representation of color #6BA0EE: hue angle of 215.73º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BA0EE is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB107160238-
CMYK0.550.3300.07
HSL215.73º79.39%67.65%-
HSV(B)215.73º55.04%93.33%-
XYZ34.0734.4485.74-
YUV153.04175.9495.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.19%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 238 (93.36% from 255) = 47.13%
R=21.19%
G=31.68%
B=47.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1071602380.550.3300.07215.7379.3967.65
Hex6BA0EE372107d84f44
Octal153240356674107330117104
Binary1101011101000001110111011011110000101111101100010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,160,238); }

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

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

 a { background-color: rgb(107,160,238); }

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

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

 span { border-color: rgb(107,160,238); }

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