Html Css Color HEX #6B4CCC Slate Blue

📋 copy color: '#6B4CCC'

red 107 ◦ green 76 ◦ blue 204

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

Shades of Slate Blue #6B4CCC

Tints of Slate Blue #6B4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.64%

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

R = 27.65%
G = 19.64%
B = 52.71%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B4CCC (or 0x6B4CCC) is known color: Slate Blue. HEX triplet: 6B, 4C and CC. RGB value is (107,76,204). Sum of RGB (Red+Green+Blue) = 107+76+204=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B4CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4CCC is #94B333. Grayscale: #636363. Windows color (decimal): -9745204 or 13388907. OLE color: 13388907.

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

Color convert

RGB 107 76 204 -
CMYK 0.48 0.63 0 0.2
HSL 254.53º 0.56% 0.55% -
HSV(B) 254.53º 0.63% 0.8% -
XYZ 19.55 12.65 58.54 -
YUV 99.86 186.77 133.09 -
System Red Green Blue C M Y K H S L
Decimal 107 76 204 0.48 0.63 0 0.2 254.53 0.56 0.55
Hex 6B 4C CC 30 3F 0 14 FF 38 37
Octal 153 114 314 60 77 0 24 377 70 67
Binary 1101011 1001100 11001100 110000 111111 0 10100 11111111 111000 110111

Color Harmonies of #6B4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4CCC

Black with #6B4CCC

Text Example


Text Example

White with #6B4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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