#6381FF

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

Shades of Cornflower Blue #6381FF

Tints of Cornflower Blue #6381FF

Color information

#6381FF (or 0x6381FF) is unknown color: approx Cornflower Blue. HEX triplet: 63, 81 and FF. RGB value is (99,129,255). Sum of RGB (Red+Green+Blue) = 99+129+255=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #6381FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6381FF is #9C7E00. Grayscale: #858585. Windows color (decimal): -10255873 or 16744803. OLE color: 16744803.

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

Color convert

RGB99129255-
CMYK0.610.4900
HSL228.46º100%69.41%-
HSV(B)228.46º61.18%100%-
XYZ31.0525.5797.91-
YUV134.39196.06102.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.50%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 255 (100% from 255) = 52.80%
R=20.50%
G=26.71%
B=52.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal991292550.610.4900228.4610069.41
Hex6381FF3D3100e46445
Octal143201377756100344144105
Binary11000111000000111111111111101110001001110010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6381FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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