#6393FF

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

Shades of Cornflower Blue #6393FF

Tints of Cornflower Blue #6393FF

Color information

#6393FF (or 0x6393FF) is unknown color: approx Cornflower Blue. HEX triplet: 63, 93 and FF. RGB value is (99,147,255). Sum of RGB (Red+Green+Blue) = 99+147+255=501 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.76% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #6393FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6393FF is #9C6C00. Grayscale: #909090. Windows color (decimal): -10251265 or 16749411. OLE color: 16749411.

HSL color Cylindrical-coordinate representation of color #6393FF: hue angle of 221.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6393FF is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB99147255-
CMYK0.610.4200
HSL221.54º100%69.41%-
HSV(B)221.54º61.18%100%-
XYZ33.6330.7498.77-
YUV144.96190.195.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.76%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 255 (100% from 255) = 50.90%
R=19.76%
G=29.34%
B=50.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal991472550.610.4200221.5410069.41
Hex6393FF3D2A00de6445
Octal143223377755200336144105
Binary11000111001001111111111111101101010001101111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6393FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6393FF; }

 p { color: rgb(99,147,255); }

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

<style>
 a { background-color: #6393FF; }

 a { background-color: rgb(99,147,255); }

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

<style>
 span { border-color: #6393FF; }

 span { border-color: rgb(99,147,255); }

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