#6377F8

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

Shades of Cornflower Blue #6377F8

Tints of Cornflower Blue #6377F8

Color information

#6377F8 (or 0x6377F8) is unknown color: approx Cornflower Blue. HEX triplet: 63, 77 and F8. RGB value is (99,119,248). Sum of RGB (Red+Green+Blue) = 99+119+248=466 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.24% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #6377F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6377F8 is #9C8807. Grayscale: #7F7F7F. Windows color (decimal): -10258440 or 16283491. OLE color: 16283491.

HSL color Cylindrical-coordinate representation of color #6377F8: hue angle of 231.95º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6377F8 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB99119248-
CMYK0.600.5200.03
HSL231.95º91.41%68.04%-
HSV(B)231.95º60.08%97.25%-
XYZ28.6922.6291.66-
YUV127.73195.87107.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.24%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 248 (97.27% from 255) = 53.22%
R=21.24%
G=25.54%
B=53.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal991192480.600.5200.03231.9591.4168.04
Hex6377F83C3403e85b44
Octal143167370746403350133104
Binary11000111110111111110001111001101000111110100010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6377F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6377F8; }

 p { color: rgb(99,119,248); }

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

<style>
 a { background-color: #6377F8; }

 a { background-color: rgb(99,119,248); }

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

<style>
 span { border-color: #6377F8; }

 span { border-color: rgb(99,119,248); }

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