#6483D9

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

Shades of Cornflower Blue #6483D9

Tints of Cornflower Blue #6483D9

Color information

#6483D9 (or 0x6483D9) is unknown color: approx Cornflower Blue. HEX triplet: 64, 83 and D9. RGB value is (100,131,217). Sum of RGB (Red+Green+Blue) = 100+131+217=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #6483D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6483D9 is #9B7C26. Grayscale: #838383. Windows color (decimal): -10189863 or 14254948. OLE color: 14254948.

HSL color Cylindrical-coordinate representation of color #6483D9: hue angle of 224.1º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6483D9 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100131217-
CMYK0.540.4000.15
HSL224.1º60.62%62.16%-
HSV(B)224.1º53.92%85.1%-
XYZ25.923.9568.9-
YUV131.54176.23105.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.32%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 217 (85.16% from 255) = 48.44%
R=22.32%
G=29.24%
B=48.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001312170.540.4000.15224.160.6262.16
Hex6483D936280Fe03d3e
Octal14420333166500173407576
Binary110010010000011110110011101101010000111111100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6483D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6483D9; }

 p { color: rgb(100,131,217); }

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

<style>
 a { background-color: #6483D9; }

 a { background-color: rgb(100,131,217); }

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

<style>
 span { border-color: #6483D9; }

 span { border-color: rgb(100,131,217); }

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