Html Css Color HEX #6A60CA Slate Blue

📋 copy color: '#6A60CA'

red 106 ◦ green 96 ◦ blue 202

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

Shades of Slate Blue #6A60CA

Tints of Slate Blue #6A60CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50%

R = 26.24%
G = 23.76%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6A60CA (or 0x6A60CA) is known color: Slate Blue. HEX triplet: 6A, 60 and CA. RGB value is (106,96,202). Sum of RGB (Red+Green+Blue) = 106+96+202=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A60CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A60CA is #959F35. Grayscale: #6E6E6E. Windows color (decimal): -9805622 or 13262954. OLE color: 13262954.

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

Color convert

RGB 106 96 202 -
CMYK 0.48 0.52 0 0.21
HSL 245.66º 0.5% 0.58% -
HSV(B) 245.66º 0.52% 0.79% -
XYZ 20.79 15.69 57.81 -
YUV 111.07 179.31 124.38 -
System Red Green Blue C M Y K H S L
Decimal 106 96 202 0.48 0.52 0 0.21 245.66 0.5 0.58
Hex 6A 60 CA 30 34 0 15 F6 32 3A
Octal 152 140 312 60 64 0 25 366 62 72
Binary 1101010 1100000 11001010 110000 110100 0 10101 11110110 110010 111010

Color Harmonies of #6A60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A60CA

Black with #6A60CA

Text Example


Text Example

White with #6A60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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