Html Css Color HEX #6A60CB Slate Blue

📋 copy color: '#6A60CB'

red 106 ◦ green 96 ◦ blue 203

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

Shades of Slate Blue #6A60CB

Tints of Slate Blue #6A60CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.7%

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

R = 26.17%
G = 23.7%
B = 50.12%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A60CB (or 0x6A60CB) is known color: Slate Blue. HEX triplet: 6A, 60 and CB. RGB value is (106,96,203). Sum of RGB (Red+Green+Blue) = 106+96+203=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A60CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A60CB is #959F34. Grayscale: #6E6E6E. Windows color (decimal): -9805621 or 13328490. OLE color: 13328490.

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

Color convert

RGB 106 96 203 -
CMYK 0.48 0.53 0 0.20
HSL 245.61º 0.51% 0.59% -
HSV(B) 245.61º 0.53% 0.8% -
XYZ 20.91 15.74 58.44 -
YUV 111.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 106 96 203 0.48 0.53 0 0.20 245.61 0.51 0.59
Hex 6A 60 CB 30 35 0 14 F6 33 3B
Octal 152 140 313 60 65 0 24 366 63 73
Binary 1101010 1100000 11001011 110000 110101 0 10100 11110110 110011 111011

Color Harmonies of #6A60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A60CB

Black with #6A60CB

Text Example


Text Example

White with #6A60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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