Html Css Color HEX #6A5CCB Slate Blue

📋 copy color: '#6A5CCB'

red 106 ◦ green 92 ◦ blue 203

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

Shades of Slate Blue #6A5CCB

Tints of Slate Blue #6A5CCB

RGB

 RED value IS 106 (41.8% from 255) = 26.43%

 GREEN value IS 92 (36.33% from 255) = 22.94%

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

R = 26.43%
G = 22.94%
B = 50.62%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A5CCB (or 0x6A5CCB) is known color: Slate Blue. HEX triplet: 6A, 5C and CB. RGB value is (106,92,203). Sum of RGB (Red+Green+Blue) = 106+92+203=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A5CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5CCB is #95A334. Grayscale: #6C6C6C. Windows color (decimal): -9806645 or 13327466. OLE color: 13327466.

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

Color convert

RGB 106 92 203 -
CMYK 0.48 0.55 0 0.20
HSL 247.57º 0.52% 0.58% -
HSV(B) 247.57º 0.55% 0.8% -
XYZ 20.55 15.03 58.32 -
YUV 108.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 106 92 203 0.48 0.55 0 0.20 247.57 0.52 0.58
Hex 6A 5C CB 30 37 0 14 F8 34 3A
Octal 152 134 313 60 67 0 24 370 64 72
Binary 1101010 1011100 11001011 110000 110111 0 10100 11111000 110100 111010

Color Harmonies of #6A5CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5CCB

Black with #6A5CCB

Text Example


Text Example

White with #6A5CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,92,203); }

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

background-color css

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

 a { background-color: rgb(106,92,203); }

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

border-color css

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

 span { border-color: rgb(106,92,203); }

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