#6379E3

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

Shades of Cornflower Blue #6379E3

Tints of Cornflower Blue #6379E3

Color information

#6379E3 (or 0x6379E3) is unknown color: approx Cornflower Blue. HEX triplet: 63, 79 and E3. RGB value is (99,121,227). Sum of RGB (Red+Green+Blue) = 99+121+227=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 227 (89.06% from 255 or 50.78% from 447); Max value from RGB is 227 - color contains mainly: blue. Hex color #6379E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6379E3 is #9C861C. Grayscale: #7E7E7E. Windows color (decimal): -10257949 or 14907747. OLE color: 14907747.

HSL color Cylindrical-coordinate representation of color #6379E3: hue angle of 229.69º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6379E3 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB99121227-
CMYK0.560.4700.11
HSL229.69º69.57%63.92%-
HSV(B)229.69º56.39%89.02%-
XYZ25.8521.8775.53-
YUV126.51184.71108.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.15%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 227 (89.06% from 255) = 50.78%
R=22.15%
G=27.07%
B=50.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal991212270.560.4700.11229.6969.5763.92
Hex6379E3382F0Be64640
Octal1431713437057013346106100
Binary1100011111100111100011111000101111010111110011010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6379E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6379E3; }

 p { color: rgb(99,121,227); }

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

<style>
 a { background-color: #6379E3; }

 a { background-color: rgb(99,121,227); }

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

<style>
 span { border-color: #6379E3; }

 span { border-color: rgb(99,121,227); }

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