#6693EA

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

Shades of Cornflower Blue #6693EA

Tints of Cornflower Blue #6693EA

Color information

#6693EA (or 0x6693EA) is unknown color: approx Cornflower Blue. HEX triplet: 66, 93 and EA. RGB value is (102,147,234). Sum of RGB (Red+Green+Blue) = 102+147+234=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #6693EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6693EA is #996C15. Grayscale: #8F8F8F. Windows color (decimal): -10054678 or 15373158. OLE color: 15373158.

HSL color Cylindrical-coordinate representation of color #6693EA: hue angle of 219.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6693EA is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB102147234-
CMYK0.560.3700.08
HSL219.55º75.86%65.88%-
HSV(B)219.55º56.41%91.76%-
XYZ30.7629.6381.94-
YUV143.46179.0998.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.12%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 234 (91.80% from 255) = 48.45%
R=21.12%
G=30.43%
B=48.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1021472340.560.3700.08219.5575.8665.88
Hex6693EA382508dc4c42
Octal1462233527045010334114102
Binary11001101001001111101010111000100101010001101110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6693EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6693EA; }

 p { color: rgb(102,147,234); }

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

<style>
 a { background-color: #6693EA; }

 a { background-color: rgb(102,147,234); }

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

<style>
 span { border-color: #6693EA; }

 span { border-color: rgb(102,147,234); }

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