Html Css Color HEX #6C6CCD Slate Blue

📋 copy color: '#6C6CCD'

red 108 ◦ green 108 ◦ blue 205

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

Shades of Slate Blue #6C6CCD

Tints of Slate Blue #6C6CCD

RGB

 RED value IS 108 (42.58% from 255) = 25.65%

 GREEN value IS 108 (42.58% from 255) = 25.65%

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

R = 25.65%
G = 25.65%
B = 48.69%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C6CCD (or 0x6C6CCD) is known color: Slate Blue. HEX triplet: 6C, 6C and CD. RGB value is (108,108,205). Sum of RGB (Red+Green+Blue) = 108+108+205=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6CCD is #939332. Grayscale: #767676. Windows color (decimal): -9671475 or 13462636. OLE color: 13462636.

HSL color Cylindrical-coordinate representation of color #6C6CCD: hue angle of 240º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C6CCD is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 108 205 -
CMYK 0.47 0.47 0 0.20
HSL 240º 0.49% 0.61% -
HSV(B) 240º 0.47% 0.8% -
XYZ 22.57 18.32 60.1 -
YUV 119.06 176.5 120.11 -
System Red Green Blue C M Y K H S L
Decimal 108 108 205 0.47 0.47 0 0.20 240 0.49 0.61
Hex 6C 6C CD 2F 2F 0 14 F0 31 3D
Octal 154 154 315 57 57 0 24 360 61 75
Binary 1101100 1101100 11001101 101111 101111 0 10100 11110000 110001 111101

Color Harmonies of #6C6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6CCD

Black with #6C6CCD

Text Example


Text Example

White with #6C6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,108,205); }

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

background-color css

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

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

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

border-color css

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

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

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