Html Css Color HEX #6B5ACC Slate Blue

📋 copy color: '#6B5ACC'

red 107 ◦ green 90 ◦ blue 204

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

Shades of Slate Blue #6B5ACC

Tints of Slate Blue #6B5ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 26.68%
G = 22.44%
B = 50.87%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B5ACC (or 0x6B5ACC) is known color: Slate Blue. HEX triplet: 6B, 5A and CC. RGB value is (107,90,204). Sum of RGB (Red+Green+Blue) = 107+90+204=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ACC is #94A533. Grayscale: #6B6B6B. Windows color (decimal): -9741620 or 13392491. OLE color: 13392491.

HSL color Cylindrical-coordinate representation of color #6B5ACC: hue angle of 248.95º 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 #6B5ACC is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 90 204 -
CMYK 0.48 0.56 0 0.2
HSL 248.95º 0.53% 0.58% -
HSV(B) 248.95º 0.56% 0.8% -
XYZ 20.62 14.8 58.9 -
YUV 108.08 182.13 127.23 -
System Red Green Blue C M Y K H S L
Decimal 107 90 204 0.48 0.56 0 0.2 248.95 0.53 0.58
Hex 6B 5A CC 30 38 0 14 F9 35 3A
Octal 153 132 314 60 70 0 24 371 65 72
Binary 1101011 1011010 11001100 110000 111000 0 10100 11111001 110101 111010

Color Harmonies of #6B5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5ACC

Black with #6B5ACC

Text Example


Text Example

White with #6B5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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