Html Css Color HEX #6B5CCC Slate Blue

📋 copy color: '#6B5CCC'

red 107 ◦ green 92 ◦ blue 204

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

Shades of Slate Blue #6B5CCC

Tints of Slate Blue #6B5CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.83%

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

R = 26.55%
G = 22.83%
B = 50.62%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B5CCC (or 0x6B5CCC) is known color: Slate Blue. HEX triplet: 6B, 5C and CC. RGB value is (107,92,204). Sum of RGB (Red+Green+Blue) = 107+92+204=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B5CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5CCC is #94A333. Grayscale: #6C6C6C. Windows color (decimal): -9741108 or 13393003. OLE color: 13393003.

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

Color convert

RGB 107 92 204 -
CMYK 0.48 0.55 0 0.2
HSL 248.04º 0.52% 0.58% -
HSV(B) 248.04º 0.55% 0.8% -
XYZ 20.79 15.14 58.95 -
YUV 109.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 107 92 204 0.48 0.55 0 0.2 248.04 0.52 0.58
Hex 6B 5C CC 30 37 0 14 F8 34 3A
Octal 153 134 314 60 67 0 24 370 64 72
Binary 1101011 1011100 11001100 110000 110111 0 10100 11111000 110100 111010

Color Harmonies of #6B5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5CCC

Black with #6B5CCC

Text Example


Text Example

White with #6B5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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