Html Css Color HEX #666AEA Medium Slate Blue

📋 copy color: '#666AEA'

red 102 ◦ green 106 ◦ blue 234

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

Shades of Medium Slate Blue #666AEA

Tints of Medium Slate Blue #666AEA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.98%

 BLUE value IS 234 (91.8% from 255) = 52.94%

R = 23.08%
G = 23.98%
B = 52.94%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#666AEA (or 0x666AEA) is known color: Medium Slate Blue. HEX triplet: 66, 6A and EA. RGB value is (102,106,234). Sum of RGB (Red+Green+Blue) = 102+106+234=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #666AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666AEA is #999515. Grayscale: #767676. Windows color (decimal): -10065174 or 15362662. OLE color: 15362662.

HSL color Cylindrical-coordinate representation of color #666AEA: hue angle of 238.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #666AEA is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 106 234 -
CMYK 0.56 0.55 0 0.08
HSL 238.18º 0.76% 0.66% -
HSV(B) 238.18º 0.56% 0.92% -
XYZ 25.48 19.07 80.18 -
YUV 119.4 192.67 115.59 -
System Red Green Blue C M Y K H S L
Decimal 102 106 234 0.56 0.55 0 0.08 238.18 0.76 0.66
Hex 66 6A EA 38 37 0 8 EE 4C 42
Octal 146 152 352 70 67 0 10 356 114 102
Binary 1100110 1101010 11101010 111000 110111 0 1000 11101110 1001100 1000010

Color Harmonies of #666AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666AEA

Black with #666AEA

Text Example


Text Example

White with #666AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666AEA; }

 p { color: rgb(102,106,234); }

 H1.HeaderClassName
 {
   color: #666AEA;
 }
 .AnyTagClassName
 {
   color: #666AEA;
 }
</style>

background-color css

<style>
 a { background-color: #666AEA; }

 a { background-color: rgb(102,106,234); }

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

border-color css

<style>
 span { border-color: #666AEA; }

 span { border-color: rgb(102,106,234); }

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