#6686EC

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

Shades of Cornflower Blue #6686EC

Tints of Cornflower Blue #6686EC

Color information

#6686EC (or 0x6686EC) is unknown color: approx Cornflower Blue. HEX triplet: 66, 86 and EC. RGB value is (102,134,236). Sum of RGB (Red+Green+Blue) = 102+134+236=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #6686EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6686EC is #997913. Grayscale: #878787. Windows color (decimal): -10058004 or 15500902. OLE color: 15500902.

HSL color Cylindrical-coordinate representation of color #6686EC: hue angle of 225.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6686EC is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB102134236-
CMYK0.570.4300.07
HSL225.67º77.91%66.27%-
HSV(B)225.67º56.78%92.55%-
XYZ29.1425.9382.83-
YUV136.06184.4103.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.61%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 236 (92.58% from 255) = 50%
R=21.61%
G=28.39%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1021342360.570.4300.07225.6777.9166.27
Hex6686EC392B07e24e42
Octal146206354715307342116102
Binary1100110100001101110110011100110101101111110001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6686EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6686EC; }

 p { color: rgb(102,134,236); }

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

<style>
 a { background-color: #6686EC; }

 a { background-color: rgb(102,134,236); }

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

<style>
 span { border-color: #6686EC; }

 span { border-color: rgb(102,134,236); }

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