Html Css Color HEX #6A60CF Slate Blue

📋 copy color: '#6A60CF'

red 106 ◦ green 96 ◦ blue 207

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

Shades of Slate Blue #6A60CF

Tints of Slate Blue #6A60CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 25.92%
G = 23.47%
B = 50.61%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A60CF (or 0x6A60CF) is known color: Slate Blue. HEX triplet: 6A, 60 and CF. RGB value is (106,96,207). Sum of RGB (Red+Green+Blue) = 106+96+207=409 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.92% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A60CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A60CF is #959F30. Grayscale: #6F6F6F. Windows color (decimal): -9805617 or 13590634. OLE color: 13590634.

HSL color Cylindrical-coordinate representation of color #6A60CF: hue angle of 245.41º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A60CF is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 96 207 -
CMYK 0.49 0.54 0 0.19
HSL 245.41º 0.54% 0.59% -
HSV(B) 245.41º 0.54% 0.81% -
XYZ 21.39 15.93 60.98 -
YUV 111.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 106 96 207 0.49 0.54 0 0.19 245.41 0.54 0.59
Hex 6A 60 CF 31 36 0 13 F5 36 3B
Octal 152 140 317 61 66 0 23 365 66 73
Binary 1101010 1100000 11001111 110001 110110 0 10011 11110101 110110 111011

Color Harmonies of #6A60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A60CF

Black with #6A60CF

Text Example


Text Example

White with #6A60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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