Html Css Color HEX #6B6BCD Slate Blue

📋 copy color: '#6B6BCD'

red 107 ◦ green 107 ◦ blue 205

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

Shades of Slate Blue #6B6BCD

Tints of Slate Blue #6B6BCD

RGB

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

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

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

R = 25.54%
G = 25.54%
B = 48.93%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B6BCD (or 0x6B6BCD) is known color: Slate Blue. HEX triplet: 6B, 6B and CD. RGB value is (107,107,205). Sum of RGB (Red+Green+Blue) = 107+107+205=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B6BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6BCD is #949432. Grayscale: #757575. Windows color (decimal): -9737267 or 13462379. OLE color: 13462379.

HSL color Cylindrical-coordinate representation of color #6B6BCD: 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.48%. Process color model (Four color, CMYK) of #6B6BCD is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 107 205 -
CMYK 0.48 0.48 0 0.20
HSL 240º 0.49% 0.61% -
HSV(B) 240º 0.48% 0.8% -
XYZ 22.34 18.05 60.06 -
YUV 118.17 177 120.03 -
System Red Green Blue C M Y K H S L
Decimal 107 107 205 0.48 0.48 0 0.20 240 0.49 0.61
Hex 6B 6B CD 30 30 0 14 F0 31 3D
Octal 153 153 315 60 60 0 24 360 61 75
Binary 1101011 1101011 11001101 110000 110000 0 10100 11110000 110001 111101

Color Harmonies of #6B6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6BCD

Black with #6B6BCD

Text Example


Text Example

White with #6B6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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