Html Css Color HEX #6B61D1 Slate Blue

📋 copy color: '#6B61D1'

red 107 ◦ green 97 ◦ blue 209

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

Shades of Slate Blue #6B61D1

Tints of Slate Blue #6B61D1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.49%

 BLUE value IS 209 (82.03% from 255) = 50.61%

R = 25.91%
G = 23.49%
B = 50.61%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6B61D1 (or 0x6B61D1) is known color: Slate Blue. HEX triplet: 6B, 61 and D1. RGB value is (107,97,209). Sum of RGB (Red+Green+Blue) = 107+97+209=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #6B61D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B61D1 is #949E2E. Grayscale: #707070. Windows color (decimal): -9739823 or 13721963. OLE color: 13721963.

HSL color Cylindrical-coordinate representation of color #6B61D1: hue angle of 245.36º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B61D1 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 97 209 -
CMYK 0.49 0.54 0 0.18
HSL 245.36º 0.55% 0.6% -
HSV(B) 245.36º 0.54% 0.82% -
XYZ 21.85 16.28 62.31 -
YUV 112.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 107 97 209 0.49 0.54 0 0.18 245.36 0.55 0.6
Hex 6B 61 D1 31 36 0 12 F5 37 3C
Octal 153 141 321 61 66 0 22 365 67 74
Binary 1101011 1100001 11010001 110001 110110 0 10010 11110101 110111 111100

Color Harmonies of #6B61D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B61D1

Black with #6B61D1

Text Example


Text Example

White with #6B61D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,97,209); }

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

background-color css

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

 a { background-color: rgb(107,97,209); }

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

border-color css

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

 span { border-color: rgb(107,97,209); }

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