#6271DB

Color #6271DB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6271DB

Tints of Slate Blue #6271DB

Color information

#6271DB (or 0x6271DB) is unknown color: approx Slate Blue. HEX triplet: 62, 71 and DB. RGB value is (98,113,219). Sum of RGB (Red+Green+Blue) = 98+113+219=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #6271DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6271DB is #9D8E24. Grayscale: #787878. Windows color (decimal): -10325541 or 14381410. OLE color: 14381410.

HSL color Cylindrical-coordinate representation of color #6271DB: hue angle of 232.56º degrees, saturation: 0.63, 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 #6271DB is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB98113219-
CMYK0.550.4800.14
HSL232.56º62.69%62.16%-
HSV(B)232.56º55.25%85.88%-
XYZ23.7319.5269.54-
YUV120.6183.53111.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.79%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 219 (85.94% from 255) = 50.93%
R=22.79%
G=26.28%
B=50.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981132190.550.4800.14232.5662.6962.16
Hex6271DB37300Ee93f3e
Octal14216133367600163517776
Binary11000101110001110110111101111100000111011101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6271DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6271DB; }

 p { color: rgb(98,113,219); }

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

<style>
 a { background-color: #6271DB; }

 a { background-color: rgb(98,113,219); }

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

<style>
 span { border-color: #6271DB; }

 span { border-color: rgb(98,113,219); }

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