Html Css Color HEX #6B60CE Slate Blue

📋 copy color: '#6B60CE'

red 107 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #6B60CE

Tints of Slate Blue #6B60CE

RGB

 RED value IS 107 (42.19% from 255) = 26.16%

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 26.16%
G = 23.47%
B = 50.37%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B60CE (or 0x6B60CE) is known color: Slate Blue. HEX triplet: 6B, 60 and CE. RGB value is (107,96,206). Sum of RGB (Red+Green+Blue) = 107+96+206=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B60CE is #949F31. Grayscale: #6F6F6F. Windows color (decimal): -9740082 or 13525099. OLE color: 13525099.

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

Color convert

RGB 107 96 206 -
CMYK 0.48 0.53 0 0.19
HSL 246º 0.53% 0.59% -
HSV(B) 246º 0.53% 0.81% -
XYZ 21.39 15.95 60.34 -
YUV 111.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 107 96 206 0.48 0.53 0 0.19 246 0.53 0.59
Hex 6B 60 CE 30 35 0 13 F6 35 3B
Octal 153 140 316 60 65 0 23 366 65 73
Binary 1101011 1100000 11001110 110000 110101 0 10011 11110110 110101 111011

Color Harmonies of #6B60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B60CE

Black with #6B60CE

Text Example


Text Example

White with #6B60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,96,206); }

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

background-color css

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

 a { background-color: rgb(107,96,206); }

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

border-color css

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

 span { border-color: rgb(107,96,206); }

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