#6391D7

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

Shades of Cornflower Blue #6391D7

Tints of Cornflower Blue #6391D7

Color information

#6391D7 (or 0x6391D7) is unknown color: approx Cornflower Blue. HEX triplet: 63, 91 and D7. RGB value is (99,145,215). Sum of RGB (Red+Green+Blue) = 99+145+215=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #6391D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6391D7 is #9C6E28. Grayscale: #8A8A8A. Windows color (decimal): -10251817 or 14127459. OLE color: 14127459.

HSL color Cylindrical-coordinate representation of color #6391D7: hue angle of 216.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6391D7 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB99145215-
CMYK0.540.3300.16
HSL216.21º59.18%61.57%-
HSV(B)216.21º53.95%84.31%-
XYZ27.5427.8168.21-
YUV139.23170.7699.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.57%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 215 (84.38% from 255) = 46.84%
R=21.57%
G=31.59%
B=46.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal991452150.540.3300.16216.2159.1861.57
Hex6391D73621010d83b3e
Octal14322132766410203307376
Binary1100011100100011101011111011010000101000011011000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6391D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6391D7; }

 p { color: rgb(99,145,215); }

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

<style>
 a { background-color: #6391D7; }

 a { background-color: rgb(99,145,215); }

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

<style>
 span { border-color: #6391D7; }

 span { border-color: rgb(99,145,215); }

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