#6993ED

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

Shades of Cornflower Blue #6993ED

Tints of Cornflower Blue #6993ED

Color information

#6993ED (or 0x6993ED) is unknown color: approx Cornflower Blue. HEX triplet: 69, 93 and ED. RGB value is (105,147,237). Sum of RGB (Red+Green+Blue) = 105+147+237=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #6993ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6993ED is #966C12. Grayscale: #909090. Windows color (decimal): -9858067 or 15569769. OLE color: 15569769.

HSL color Cylindrical-coordinate representation of color #6993ED: hue angle of 220.91º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6993ED is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105147237-
CMYK0.560.3800.07
HSL220.91º78.57%67.06%-
HSV(B)220.91º55.7%92.94%-
XYZ31.5529.9984.25-
YUV144.7180.0999.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.47%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 237 (92.97% from 255) = 48.47%
R=21.47%
G=30.06%
B=48.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1051472370.560.3800.07220.9178.5767.06
Hex6993ED382607dd4f43
Octal151223355704607335117103
Binary1101001100100111110110111100010011001111101110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6993ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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