Html Css Color HEX #6B5DCF Slate Blue

📋 copy color: '#6B5DCF'

red 107 ◦ green 93 ◦ blue 207

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

Shades of Slate Blue #6B5DCF

Tints of Slate Blue #6B5DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 26.29%
G = 22.85%
B = 50.86%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B5DCF (or 0x6B5DCF) is known color: Slate Blue. HEX triplet: 6B, 5D and CF. RGB value is (107,93,207). Sum of RGB (Red+Green+Blue) = 107+93+207=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B5DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DCF is #94A230. Grayscale: #6D6D6D. Windows color (decimal): -9740849 or 13589867. OLE color: 13589867.

HSL color Cylindrical-coordinate representation of color #6B5DCF: hue angle of 247.37º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B5DCF is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 93 207 -
CMYK 0.48 0.55 0 0.19
HSL 247.37º 0.54% 0.59% -
HSV(B) 247.37º 0.55% 0.81% -
XYZ 21.24 15.46 60.9 -
YUV 110.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 107 93 207 0.48 0.55 0 0.19 247.37 0.54 0.59
Hex 6B 5D CF 30 37 0 13 F7 36 3B
Octal 153 135 317 60 67 0 23 367 66 73
Binary 1101011 1011101 11001111 110000 110111 0 10011 11110111 110110 111011

Color Harmonies of #6B5DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5DCF

Black with #6B5DCF

Text Example


Text Example

White with #6B5DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,93,207); }

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

background-color css

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

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

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

border-color css

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

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

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