#6B6BFD

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

Shades of Medium Slate Blue #6B6BFD

Tints of Medium Slate Blue #6B6BFD

Color information

#6B6BFD (or 0x6B6BFD) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 6B and FD. RGB value is (107,107,253). Sum of RGB (Red+Green+Blue) = 107+107+253=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B6BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6BFD is #949402. Grayscale: #7B7B7B. Windows color (decimal): -9737219 or 16608107. OLE color: 16608107.

HSL color Cylindrical-coordinate representation of color #6B6BFD: hue angle of 240º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B6BFD is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107107253-
CMYK0.580.5800.01
HSL240º97.33%70.59%-
HSV(B)240º57.71%99.22%-
XYZ29.0520.7395.4-
YUV123.64201116.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.91%
GREEN value IS 107 (42.19% from 255) = 22.91%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=22.91%
G=22.91%
B=54.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071072530.580.5800.0124097.3370.59
Hex6B6BFD3A3A01f06147
Octal153153375727201360141107
Binary1101011110101111111101111010111010011111000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,107,253); }

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

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

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

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

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

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

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