#6380E2

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

Shades of Cornflower Blue #6380E2

Tints of Cornflower Blue #6380E2

Color information

#6380E2 (or 0x6380E2) is unknown color: approx Cornflower Blue. HEX triplet: 63, 80 and E2. RGB value is (99,128,226). Sum of RGB (Red+Green+Blue) = 99+128+226=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 226 (88.67% from 255 or 49.89% from 453); Max value from RGB is 226 - color contains mainly: blue. Hex color #6380E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6380E2 is #9C7F1D. Grayscale: #828282. Windows color (decimal): -10256158 or 14844003. OLE color: 14844003.

HSL color Cylindrical-coordinate representation of color #6380E2: hue angle of 226.3º degrees, saturation: 0.69, 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 #6380E2 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB99128226-
CMYK0.560.4300.11
HSL226.3º68.65%63.73%-
HSV(B)226.3º56.19%88.63%-
XYZ26.5923.5875.1-
YUV130.5181.89105.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.85%
GREEN value IS 128 (50.39% from 255) = 28.26%
BLUE value IS 226 (88.67% from 255) = 49.89%
R=21.85%
G=28.26%
B=49.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal991282260.560.4300.11226.368.6563.73
Hex6380E2382B0Be24540
Octal1432003427053013342105100
Binary11000111000000011100010111000101011010111110001010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6380E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6380E2; }

 p { color: rgb(99,128,226); }

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

<style>
 a { background-color: #6380E2; }

 a { background-color: rgb(99,128,226); }

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

<style>
 span { border-color: #6380E2; }

 span { border-color: rgb(99,128,226); }

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