Html Css Color HEX #6D6CCA Slate Blue

📋 copy color: '#6D6CCA'

red 109 ◦ green 108 ◦ blue 202

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

Shades of Slate Blue #6D6CCA

Tints of Slate Blue #6D6CCA

RGB

 RED value IS 109 (42.97% from 255) = 26.01%

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

 BLUE value IS 202 (79.3% from 255) = 48.21%

R = 26.01%
G = 25.78%
B = 48.21%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D6CCA (or 0x6D6CCA) is known color: Slate Blue. HEX triplet: 6D, 6C and CA. RGB value is (109,108,202). Sum of RGB (Red+Green+Blue) = 109+108+202=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D6CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6CCA is #929335. Grayscale: #767676. Windows color (decimal): -9605942 or 13266029. OLE color: 13266029.

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

Color convert

RGB 109 108 202 -
CMYK 0.46 0.47 0 0.21
HSL 240.64º 0.47% 0.61% -
HSV(B) 240.64º 0.47% 0.79% -
XYZ 22.33 18.24 58.22 -
YUV 119.02 174.83 120.86 -
System Red Green Blue C M Y K H S L
Decimal 109 108 202 0.46 0.47 0 0.21 240.64 0.47 0.61
Hex 6D 6C CA 2E 2F 0 15 F1 2F 3D
Octal 155 154 312 56 57 0 25 361 57 75
Binary 1101101 1101100 11001010 101110 101111 0 10101 11110001 101111 111101

Color Harmonies of #6D6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6CCA

Black with #6D6CCA

Text Example


Text Example

White with #6D6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,108,202); }

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

background-color css

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

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

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

border-color css

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

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

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