#6387FF

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

Shades of Cornflower Blue #6387FF

Tints of Cornflower Blue #6387FF

Color information

#6387FF (or 0x6387FF) is unknown color: approx Cornflower Blue. HEX triplet: 63, 87 and FF. RGB value is (99,135,255). Sum of RGB (Red+Green+Blue) = 99+135+255=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #6387FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6387FF is #9C7800. Grayscale: #898989. Windows color (decimal): -10254337 or 16746339. OLE color: 16746339.

HSL color Cylindrical-coordinate representation of color #6387FF: hue angle of 226.15º 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 #6387FF is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB99135255-
CMYK0.610.4700
HSL226.15º100%69.41%-
HSV(B)226.15º61.18%100%-
XYZ31.8627.298.18-
YUV137.92194.07100.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.25%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 255 (100% from 255) = 52.15%
R=20.25%
G=27.61%
B=52.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal991352550.610.4700226.1510069.41
Hex6387FF3D2F00e26445
Octal143207377755700342144105
Binary11000111000011111111111111101101111001110001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6387FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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