Html Css Color HEX #6B50CC Slate Blue

📋 copy color: '#6B50CC'

red 107 ◦ green 80 ◦ blue 204

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

Shades of Slate Blue #6B50CC

Tints of Slate Blue #6B50CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 27.37%
G = 20.46%
B = 52.17%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B50CC (or 0x6B50CC) is known color: Slate Blue. HEX triplet: 6B, 50 and CC. RGB value is (107,80,204). Sum of RGB (Red+Green+Blue) = 107+80+204=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B50CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B50CC is #94AF33. Grayscale: #656565. Windows color (decimal): -9744180 or 13389931. OLE color: 13389931.

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

Color convert

RGB 107 80 204 -
CMYK 0.48 0.61 0 0.2
HSL 253.06º 0.55% 0.56% -
HSV(B) 253.06º 0.61% 0.8% -
XYZ 19.83 13.22 58.63 -
YUV 102.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 107 80 204 0.48 0.61 0 0.2 253.06 0.55 0.56
Hex 6B 50 CC 30 3D 0 14 FD 37 38
Octal 153 120 314 60 75 0 24 375 67 70
Binary 1101011 1010000 11001100 110000 111101 0 10100 11111101 110111 111000

Color Harmonies of #6B50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B50CC

Black with #6B50CC

Text Example


Text Example

White with #6B50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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