#6282DA

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

Shades of Cornflower Blue #6282DA

Tints of Cornflower Blue #6282DA

Color information

#6282DA (or 0x6282DA) is unknown color: approx Cornflower Blue. HEX triplet: 62, 82 and DA. RGB value is (98,130,218). Sum of RGB (Red+Green+Blue) = 98+130+218=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #6282DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6282DA is #9D7D25. Grayscale: #828282. Windows color (decimal): -10321190 or 14320226. OLE color: 14320226.

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

Color convert

RGB98130218-
CMYK0.550.4000.15
HSL224º61.86%61.96%-
HSV(B)224º55.05%85.49%-
XYZ25.6723.6269.54-
YUV130.46177.4104.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.97%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 218 (85.55% from 255) = 48.88%
R=21.97%
G=29.15%
B=48.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal981302180.550.4000.1522461.8661.96
Hex6282DA37280Fe03e3e
Octal14220233267500173407676
Binary110001010000010110110101101111010000111111100000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6282DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6282DA; }

 p { color: rgb(98,130,218); }

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

<style>
 a { background-color: #6282DA; }

 a { background-color: rgb(98,130,218); }

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

<style>
 span { border-color: #6282DA; }

 span { border-color: rgb(98,130,218); }

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