#6693DA

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

Shades of Cornflower Blue #6693DA

Tints of Cornflower Blue #6693DA

Color information

#6693DA (or 0x6693DA) is unknown color: approx Cornflower Blue. HEX triplet: 66, 93 and DA. RGB value is (102,147,218). Sum of RGB (Red+Green+Blue) = 102+147+218=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #6693DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6693DA is #996C25. Grayscale: #8D8D8D. Windows color (decimal): -10054694 or 14324582. OLE color: 14324582.

HSL color Cylindrical-coordinate representation of color #6693DA: hue angle of 216.72º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6693DA is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102147218-
CMYK0.530.3300.15
HSL216.72º61.05%62.75%-
HSV(B)216.72º53.21%85.49%-
XYZ28.5728.7570.37-
YUV141.64171.0999.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.84%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=21.84%
G=31.48%
B=46.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021472180.530.3300.15216.7261.0562.75
Hex6693DA35210Fd93d3f
Octal14622333265410173317577
Binary110011010010011110110101101011000010111111011001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6693DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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