Html Css Color HEX #6B6DCD Slate Blue

📋 copy color: '#6B6DCD'

red 107 ◦ green 109 ◦ blue 205

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

Shades of Slate Blue #6B6DCD

Tints of Slate Blue #6B6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.89%

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

R = 25.42%
G = 25.89%
B = 48.69%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B6DCD (or 0x6B6DCD) is known color: Slate Blue. HEX triplet: 6B, 6D and CD. RGB value is (107,109,205). Sum of RGB (Red+Green+Blue) = 107+109+205=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 109 (42.97% from 255 or 25.89% 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 #6B6DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6DCD is #949232. Grayscale: #767676. Windows color (decimal): -9736755 or 13462891. OLE color: 13462891.

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

Color convert

RGB 107 109 205 -
CMYK 0.48 0.47 0 0.20
HSL 238.78º 0.49% 0.61% -
HSV(B) 238.78º 0.48% 0.8% -
XYZ 22.55 18.47 60.13 -
YUV 119.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 107 109 205 0.48 0.47 0 0.20 238.78 0.49 0.61
Hex 6B 6D CD 30 2F 0 14 EF 31 3D
Octal 153 155 315 60 57 0 24 357 61 75
Binary 1101011 1101101 11001101 110000 101111 0 10100 11101111 110001 111101

Color Harmonies of #6B6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6DCD

Black with #6B6DCD

Text Example


Text Example

White with #6B6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,109,205); }

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

background-color css

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

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

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

border-color css

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

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

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