Html Css Color HEX #6661E1 Slate Blue

📋 copy color: '#6661E1'

red 102 ◦ green 97 ◦ blue 225

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

Shades of Slate Blue #6661E1

Tints of Slate Blue #6661E1

RGB

 RED value IS 102 (40.23% from 255) = 24.06%

 GREEN value IS 97 (38.28% from 255) = 22.88%

 BLUE value IS 225 (88.28% from 255) = 53.07%

R = 24.06%
G = 22.88%
B = 53.07%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6661E1 (or 0x6661E1) is known color: Slate Blue. HEX triplet: 66, 61 and E1. RGB value is (102,97,225). Sum of RGB (Red+Green+Blue) = 102+97+225=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #6661E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661E1 is #999E1E. Grayscale: #707070. Windows color (decimal): -10067487 or 14770534. OLE color: 14770534.

HSL color Cylindrical-coordinate representation of color #6661E1: hue angle of 242.34º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6661E1 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 97 225 -
CMYK 0.55 0.57 0 0.12
HSL 242.34º 0.68% 0.63% -
HSV(B) 242.34º 0.57% 0.88% -
XYZ 23.34 16.81 73.25 -
YUV 113.09 191.16 120.09 -
System Red Green Blue C M Y K H S L
Decimal 102 97 225 0.55 0.57 0 0.12 242.34 0.68 0.63
Hex 66 61 E1 37 39 0 C F2 44 3F
Octal 146 141 341 67 71 0 14 362 104 77
Binary 1100110 1100001 11100001 110111 111001 0 1100 11110010 1000100 111111

Color Harmonies of #6661E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6661E1

Black with #6661E1

Text Example


Text Example

White with #6661E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6661E1; }

 p { color: rgb(102,97,225); }

 H1.HeaderClassName
 {
   color: #6661E1;
 }
 .AnyTagClassName
 {
   color: #6661E1;
 }
</style>

background-color css

<style>
 a { background-color: #6661E1; }

 a { background-color: rgb(102,97,225); }

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

border-color css

<style>
 span { border-color: #6661E1; }

 span { border-color: rgb(102,97,225); }

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