#6993DB

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

Shades of Cornflower Blue #6993DB

Tints of Cornflower Blue #6993DB

Color information

#6993DB (or 0x6993DB) is unknown color: approx Cornflower Blue. HEX triplet: 69, 93 and DB. RGB value is (105,147,219). Sum of RGB (Red+Green+Blue) = 105+147+219=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #6993DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6993DB is #966C24. Grayscale: #8E8E8E. Windows color (decimal): -9858085 or 14390121. OLE color: 14390121.

HSL color Cylindrical-coordinate representation of color #6993DB: hue angle of 217.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6993DB is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105147219-
CMYK0.520.3300.14
HSL217.89º61.29%63.53%-
HSV(B)217.89º52.05%85.88%-
XYZ29.0528.9971.08-
YUV142.65171.09101.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.29%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 219 (85.94% from 255) = 46.50%
R=22.29%
G=31.21%
B=46.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051472190.520.3300.14217.8961.2963.53
Hex6993DB34210Eda3d40
Octal151223333644101633275100
Binary1101001100100111101101111010010000101110110110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6993DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6993DB; }

 p { color: rgb(105,147,219); }

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

<style>
 a { background-color: #6993DB; }

 a { background-color: rgb(105,147,219); }

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

<style>
 span { border-color: #6993DB; }

 span { border-color: rgb(105,147,219); }

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