Html Css Color HEX #6B6FCD Slate Blue

📋 copy color: '#6B6FCD'

red 107 ◦ green 111 ◦ blue 205

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

Shades of Slate Blue #6B6FCD

Tints of Slate Blue #6B6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.24%

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

R = 25.3%
G = 26.24%
B = 48.46%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B6FCD (or 0x6B6FCD) is known color: Slate Blue. HEX triplet: 6B, 6F and CD. RGB value is (107,111,205). Sum of RGB (Red+Green+Blue) = 107+111+205=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B6FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6FCD is #949032. Grayscale: #787878. Windows color (decimal): -9736243 or 13463403. OLE color: 13463403.

HSL color Cylindrical-coordinate representation of color #6B6FCD: hue angle of 237.55º 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 #6B6FCD is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 111 205 -
CMYK 0.48 0.46 0 0.20
HSL 237.55º 0.49% 0.61% -
HSV(B) 237.55º 0.48% 0.8% -
XYZ 22.77 18.9 60.21 -
YUV 120.52 175.67 118.36 -
System Red Green Blue C M Y K H S L
Decimal 107 111 205 0.48 0.46 0 0.20 237.55 0.49 0.61
Hex 6B 6F CD 30 2E 0 14 EE 31 3D
Octal 153 157 315 60 56 0 24 356 61 75
Binary 1101011 1101111 11001101 110000 101110 0 10100 11101110 110001 111101

Color Harmonies of #6B6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6FCD

Black with #6B6FCD

Text Example


Text Example

White with #6B6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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