Html Css Color HEX #6B50CB Slate Blue

📋 copy color: '#6B50CB'

red 107 ◦ green 80 ◦ blue 203

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

Shades of Slate Blue #6B50CB

Tints of Slate Blue #6B50CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 27.44%
G = 20.51%
B = 52.05%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B50CB (or 0x6B50CB) is known color: Slate Blue. HEX triplet: 6B, 50 and CB. RGB value is (107,80,203). Sum of RGB (Red+Green+Blue) = 107+80+203=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B50CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B50CB is #94AF34. Grayscale: #656565. Windows color (decimal): -9744181 or 13324395. OLE color: 13324395.

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

Color convert

RGB 107 80 203 -
CMYK 0.47 0.61 0 0.20
HSL 253.17º 0.54% 0.55% -
HSV(B) 253.17º 0.61% 0.8% -
XYZ 19.71 13.17 58 -
YUV 102.1 184.95 131.5 -
System Red Green Blue C M Y K H S L
Decimal 107 80 203 0.47 0.61 0 0.20 253.17 0.54 0.55
Hex 6B 50 CB 2F 3D 0 14 FD 36 37
Octal 153 120 313 57 75 0 24 375 66 67
Binary 1101011 1010000 11001011 101111 111101 0 10100 11111101 110110 110111

Color Harmonies of #6B50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B50CB

Black with #6B50CB

Text Example


Text Example

White with #6B50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,203); }

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

background-color css

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

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

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

border-color css

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

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

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