Html Css Color HEX #6B60DD Slate Blue

📋 copy color: '#6B60DD'

red 107 ◦ green 96 ◦ blue 221

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

Shades of Slate Blue #6B60DD

Tints of Slate Blue #6B60DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 25.24%
G = 22.64%
B = 52.12%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B60DD (or 0x6B60DD) is known color: Slate Blue. HEX triplet: 6B, 60 and DD. RGB value is (107,96,221). Sum of RGB (Red+Green+Blue) = 107+96+221=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B60DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B60DD is #949F22. Grayscale: #717171. Windows color (decimal): -9740067 or 14508139. OLE color: 14508139.

HSL color Cylindrical-coordinate representation of color #6B60DD: hue angle of 245.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B60DD is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 96 221 -
CMYK 0.52 0.57 0 0.13
HSL 245.28º 0.65% 0.62% -
HSV(B) 245.28º 0.57% 0.87% -
XYZ 23.3 16.71 70.4 -
YUV 113.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 107 96 221 0.52 0.57 0 0.13 245.28 0.65 0.62
Hex 6B 60 DD 34 39 0 D F5 41 3E
Octal 153 140 335 64 71 0 15 365 101 76
Binary 1101011 1100000 11011101 110100 111001 0 1101 11110101 1000001 111110

Color Harmonies of #6B60DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B60DD

Black with #6B60DD

Text Example


Text Example

White with #6B60DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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