Html Css Color HEX #6A45CB Slate Blue

📋 copy color: '#6A45CB'

red 106 ◦ green 69 ◦ blue 203

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

Shades of Slate Blue #6A45CB

Tints of Slate Blue #6A45CB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.25%

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

R = 28.04%
G = 18.25%
B = 53.7%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A45CB (or 0x6A45CB) is known color: Slate Blue. HEX triplet: 6A, 45 and CB. RGB value is (106,69,203). Sum of RGB (Red+Green+Blue) = 106+69+203=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A45CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A45CB is #95BA34. Grayscale: #5E5E5E. Windows color (decimal): -9812533 or 13321578. OLE color: 13321578.

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

Color convert

RGB 106 69 203 -
CMYK 0.48 0.66 0 0.20
HSL 256.57º 0.56% 0.53% -
HSV(B) 256.57º 0.66% 0.8% -
XYZ 18.85 11.63 57.75 -
YUV 95.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 106 69 203 0.48 0.66 0 0.20 256.57 0.56 0.53
Hex 6A 45 CB 30 42 0 14 101 38 35
Octal 152 105 313 60 102 0 24 401 70 65
Binary 1101010 1000101 11001011 110000 1000010 0 10100 100000001 111000 110101

Color Harmonies of #6A45CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A45CB

Black with #6A45CB

Text Example


Text Example

White with #6A45CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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