#6B7BFD

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

Shades of Light Slate Blue #6B7BFD

Tints of Light Slate Blue #6B7BFD

Color information

#6B7BFD (or 0x6B7BFD) is unknown color: approx Light Slate Blue. HEX triplet: 6B, 7B and FD. RGB value is (107,123,253). Sum of RGB (Red+Green+Blue) = 107+123+253=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B7BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7BFD is #948402. Grayscale: #848484. Windows color (decimal): -9733123 or 16612203. OLE color: 16612203.

HSL color Cylindrical-coordinate representation of color #6B7BFD: hue angle of 233.42º 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 #6B7BFD is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107123253-
CMYK0.580.5100.01
HSL233.42º97.33%70.59%-
HSV(B)233.42º57.71%99.22%-
XYZ30.8824.3896.01-
YUV133.04195.7109.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.15%
GREEN value IS 123 (48.44% from 255) = 25.47%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=22.15%
G=25.47%
B=52.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071232530.580.5100.01233.4297.3370.59
Hex6B7BFD3A3301e96147
Octal153173375726301351141107
Binary1101011111101111111101111010110011011110100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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