Html Css Color HEX #6B5DDA Slate Blue

📋 copy color: '#6B5DDA'

red 107 ◦ green 93 ◦ blue 218

#6B5DDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6B5DDA

Tints of Slate Blue #6B5DDA

RGB

 RED value IS 107 (42.19% from 255) = 25.6%

 GREEN value IS 93 (36.72% from 255) = 22.25%

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 25.6%
G = 22.25%
B = 52.15%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6B5DDA (or 0x6B5DDA) is known color: Slate Blue. HEX triplet: 6B, 5D and DA. RGB value is (107,93,218). Sum of RGB (Red+Green+Blue) = 107+93+218=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B5DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DDA is #94A225. Grayscale: #6E6E6E. Windows color (decimal): -9740838 or 14310763. OLE color: 14310763.

HSL color Cylindrical-coordinate representation of color #6B5DDA: hue angle of 246.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B5DDA is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 93 218 -
CMYK 0.51 0.57 0 0.15
HSL 246.72º 0.63% 0.61% -
HSV(B) 246.72º 0.57% 0.85% -
XYZ 22.63 16.02 68.23 -
YUV 111.44 188.14 124.84 -
System Red Green Blue C M Y K H S L
Decimal 107 93 218 0.51 0.57 0 0.15 246.72 0.63 0.61
Hex 6B 5D DA 33 39 0 F F7 3F 3D
Octal 153 135 332 63 71 0 17 367 77 75
Binary 1101011 1011101 11011010 110011 111001 0 1111 11110111 111111 111101

Color Harmonies of #6B5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5DDA

Black with #6B5DDA

Text Example


Text Example

White with #6B5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,93,218); }

 H1.HeaderClassName
 {
   color: #6B5DDA;
 }
 .AnyTagClassName
 {
   color: #6B5DDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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