Html Css Color HEX #6C6BCE Slate Blue

📋 copy color: '#6C6BCE'

red 108 ◦ green 107 ◦ blue 206

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

Shades of Slate Blue #6C6BCE

Tints of Slate Blue #6C6BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.42%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 25.65%
G = 25.42%
B = 48.93%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C6BCE (or 0x6C6BCE) is known color: Slate Blue. HEX triplet: 6C, 6B and CE. RGB value is (108,107,206). Sum of RGB (Red+Green+Blue) = 108+107+206=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C6BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6BCE is #939431. Grayscale: #767676. Windows color (decimal): -9671730 or 13527916. OLE color: 13527916.

HSL color Cylindrical-coordinate representation of color #6C6BCE: hue angle of 240.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C6BCE is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 107 206 -
CMYK 0.48 0.48 0 0.19
HSL 240.61º 0.5% 0.61% -
HSV(B) 240.61º 0.48% 0.81% -
XYZ 22.58 18.16 60.71 -
YUV 118.59 177.33 120.45 -
System Red Green Blue C M Y K H S L
Decimal 108 107 206 0.48 0.48 0 0.19 240.61 0.5 0.61
Hex 6C 6B CE 30 30 0 13 F1 32 3D
Octal 154 153 316 60 60 0 23 361 62 75
Binary 1101100 1101011 11001110 110000 110000 0 10011 11110001 110010 111101

Color Harmonies of #6C6BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6BCE

Black with #6C6BCE

Text Example


Text Example

White with #6C6BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,107,206); }

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

background-color css

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

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

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

border-color css

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

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

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