#6269DB

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

Shades of Slate Blue #6269DB

Tints of Slate Blue #6269DB

Color information

#6269DB (or 0x6269DB) is unknown color: approx Slate Blue. HEX triplet: 62, 69 and DB. RGB value is (98,105,219). Sum of RGB (Red+Green+Blue) = 98+105+219=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #6269DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6269DB is #9D9624. Grayscale: #737373. Windows color (decimal): -10327589 or 14379362. OLE color: 14379362.

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

Color convert

RGB98105219-
CMYK0.550.5200.14
HSL236.53º62.69%62.16%-
HSV(B)236.53º55.25%85.88%-
XYZ22.8717.8169.25-
YUV115.9186.18115.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.22%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 219 (85.94% from 255) = 51.90%
R=23.22%
G=24.88%
B=51.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal981052190.550.5200.14236.5362.6962.16
Hex6269DB37340Eed3f3e
Octal14215133367640163557776
Binary11000101101001110110111101111101000111011101101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6269DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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