#6287DC

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

Shades of Cornflower Blue #6287DC

Tints of Cornflower Blue #6287DC

Color information

#6287DC (or 0x6287DC) is unknown color: approx Cornflower Blue. HEX triplet: 62, 87 and DC. RGB value is (98,135,220). Sum of RGB (Red+Green+Blue) = 98+135+220=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #6287DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6287DC is #9D7823. Grayscale: #858585. Windows color (decimal): -10319908 or 14452578. OLE color: 14452578.

HSL color Cylindrical-coordinate representation of color #6287DC: hue angle of 221.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6287DC is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB98135220-
CMYK0.550.3900.14
HSL221.8º63.54%62.35%-
HSV(B)221.8º55.45%86.27%-
XYZ26.6225.0971.15-
YUV133.63176.74102.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.63%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 220 (86.33% from 255) = 48.57%
R=21.63%
G=29.80%
B=48.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981352200.550.3900.14221.863.5462.35
Hex6287DC37270Ede403e
Octal142207334674701633610076
Binary1100010100001111101110011011110011101110110111101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6287DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6287DC; }

 p { color: rgb(98,135,220); }

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

<style>
 a { background-color: #6287DC; }

 a { background-color: rgb(98,135,220); }

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

<style>
 span { border-color: #6287DC; }

 span { border-color: rgb(98,135,220); }

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