Html Css Color HEX #6B5ACD Slate Blue

📋 copy color: '#6B5ACD'

red 107 ◦ green 90 ◦ blue 205

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

Shades of Slate Blue #6B5ACD

Tints of Slate Blue #6B5ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.39%

 BLUE value IS 205 (80.47% from 255) = 51%

R = 26.62%
G = 22.39%
B = 51%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B5ACD (or 0x6B5ACD) is known color: Slate Blue. HEX triplet: 6B, 5A and CD. RGB value is (107,90,205). Sum of RGB (Red+Green+Blue) = 107+90+205=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B5ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ACD is #94A532. Grayscale: #6B6B6B. Windows color (decimal): -9741619 or 13458027. OLE color: 13458027.

HSL color Cylindrical-coordinate representation of color #6B5ACD: hue angle of 248.87º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B5ACD is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 90 205 -
CMYK 0.48 0.56 0 0.20
HSL 248.87º 0.53% 0.58% -
HSV(B) 248.87º 0.56% 0.8% -
XYZ 20.74 14.85 59.53 -
YUV 108.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 107 90 205 0.48 0.56 0 0.20 248.87 0.53 0.58
Hex 6B 5A CD 30 38 0 14 F9 35 3A
Octal 153 132 315 60 70 0 24 371 65 72
Binary 1101011 1011010 11001101 110000 111000 0 10100 11111001 110101 111010

Color Harmonies of #6B5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5ACD

Black with #6B5ACD

Text Example


Text Example

White with #6B5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,90,205); }

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

background-color css

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

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

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

border-color css

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

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

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