#6693DE

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

Shades of Cornflower Blue #6693DE

Tints of Cornflower Blue #6693DE

Color information

#6693DE (or 0x6693DE) is unknown color: approx Cornflower Blue. HEX triplet: 66, 93 and DE. RGB value is (102,147,222). Sum of RGB (Red+Green+Blue) = 102+147+222=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #6693DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6693DE is #996C21. Grayscale: #8D8D8D. Windows color (decimal): -10054690 or 14586726. OLE color: 14586726.

HSL color Cylindrical-coordinate representation of color #6693DE: hue angle of 217.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6693DE is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102147222-
CMYK0.540.3400.13
HSL217.5º64.52%63.53%-
HSV(B)217.5º54.05%87.06%-
XYZ29.128.9773.16-
YUV142.1173.0999.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.66%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 222 (87.11% from 255) = 47.13%
R=21.66%
G=31.21%
B=47.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021472220.540.3400.13217.564.5263.53
Hex6693DE36220Dda4140
Octal1462233366642015332101100
Binary11001101001001111011110110110100010011011101101010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6693DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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