#6b62df

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

Shades of Slate Blue #6B62DF

Tints of Slate Blue #6B62DF

Color information

#6B62DF (or 0x6B62DF) is unknown color: approx Slate Blue. HEX triplet: 6B, 62 and DF. RGB value is (107,98,223). Sum of RGB (Red+Green+Blue) = 107+98+223=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B62DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B62DF is #949D20. Grayscale: #727272. Windows color (decimal): -9739553 or 14639723. OLE color: 14639723.

HSL color Cylindrical-coordinate representation of color #6B62DF: hue angle of 244.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B62DF is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10798223-
CMYK0.520.5600.13
HSL244.32º66.14%62.94%-
HSV(B)244.32º56.05%87.45%-
XYZ23.7517.1971.88-
YUV114.94188.98122.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25%
GREEN value IS 98 (38.67% from 255) = 22.90%
BLUE value IS 223 (87.5% from 255) = 52.10%
R=25%
G=22.90%
B=52.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal107982230.520.5600.13244.3266.1462.94
Hex6B62DF34380Df4423f
Octal153142337647001536410277
Binary110101111000101101111111010011100001101111101001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b62df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6b62df; }

 p { color: rgb(107,98,223); }

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

<style>
 a { background-color: #6b62df; }

 a { background-color: rgb(107,98,223); }

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

<style>
 span { border-color: #6b62df; }

 span { border-color: rgb(107,98,223); }

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