Html Css Color HEX #6B59CC Slate Blue

📋 copy color: '#6B59CC'

red 107 ◦ green 89 ◦ blue 204

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

Shades of Slate Blue #6B59CC

Tints of Slate Blue #6B59CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.25%

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

R = 26.75%
G = 22.25%
B = 51%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B59CC (or 0x6B59CC) is known color: Slate Blue. HEX triplet: 6B, 59 and CC. RGB value is (107,89,204). Sum of RGB (Red+Green+Blue) = 107+89+204=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B59CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B59CC is #94A633. Grayscale: #6B6B6B. Windows color (decimal): -9741876 or 13392235. OLE color: 13392235.

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

Color convert

RGB 107 89 204 -
CMYK 0.48 0.56 0 0.2
HSL 249.39º 0.53% 0.57% -
HSV(B) 249.39º 0.56% 0.8% -
XYZ 20.53 14.63 58.87 -
YUV 107.49 182.46 127.65 -
System Red Green Blue C M Y K H S L
Decimal 107 89 204 0.48 0.56 0 0.2 249.39 0.53 0.57
Hex 6B 59 CC 30 38 0 14 F9 35 39
Octal 153 131 314 60 70 0 24 371 65 71
Binary 1101011 1011001 11001100 110000 111000 0 10100 11111001 110101 111001

Color Harmonies of #6B59CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B59CC

Black with #6B59CC

Text Example


Text Example

White with #6B59CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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