#6693FA

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

Shades of Cornflower Blue #6693FA

Tints of Cornflower Blue #6693FA

Color information

#6693FA (or 0x6693FA) is unknown color: approx Cornflower Blue. HEX triplet: 66, 93 and FA. RGB value is (102,147,250). Sum of RGB (Red+Green+Blue) = 102+147+250=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #6693FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6693FA is #996C05. Grayscale: #909090. Windows color (decimal): -10054662 or 16421734. OLE color: 16421734.

HSL color Cylindrical-coordinate representation of color #6693FA: hue angle of 221.76º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6693FA is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102147250-
CMYK0.590.4100.02
HSL221.76º93.67%69.02%-
HSV(B)221.76º59.2%98.04%-
XYZ33.1730.5994.6-
YUV145.29187.0997.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.44%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=20.44%
G=29.46%
B=50.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1021472500.590.4100.02221.7693.6769.02
Hex6693FA3B2902de5e45
Octal146223372735102336136105
Binary110011010010011111110101110111010010101101111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6693FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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