#6484EB

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

Shades of Cornflower Blue #6484EB

Tints of Cornflower Blue #6484EB

Color information

#6484EB (or 0x6484EB) is unknown color: approx Cornflower Blue. HEX triplet: 64, 84 and EB. RGB value is (100,132,235). Sum of RGB (Red+Green+Blue) = 100+132+235=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #6484EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6484EB is #9B7B14. Grayscale: #858585. Windows color (decimal): -10189589 or 15434852. OLE color: 15434852.

HSL color Cylindrical-coordinate representation of color #6484EB: hue angle of 225.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6484EB is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100132235-
CMYK0.570.4400.08
HSL225.78º77.14%65.69%-
HSV(B)225.78º57.45%92.16%-
XYZ28.525.2181.96-
YUV134.17184.9103.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.41%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 235 (92.19% from 255) = 50.32%
R=21.41%
G=28.27%
B=50.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001322350.570.4400.08225.7877.1465.69
Hex6484EB392C08e24d42
Octal1442043537154010342115102
Binary11001001000010011101011111001101100010001110001010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6484EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6484EB; }

 p { color: rgb(100,132,235); }

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

<style>
 a { background-color: #6484EB; }

 a { background-color: rgb(100,132,235); }

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

<style>
 span { border-color: #6484EB; }

 span { border-color: rgb(100,132,235); }

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