Html Css Color HEX #666AFA Medium Slate Blue

📋 copy color: '#666AFA'

red 102 ◦ green 106 ◦ blue 250

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

Shades of Medium Slate Blue #666AFA

Tints of Medium Slate Blue #666AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 22.27%
G = 23.14%
B = 54.59%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#666AFA (or 0x666AFA) is known color: Medium Slate Blue. HEX triplet: 66, 6A and FA. RGB value is (102,106,250). Sum of RGB (Red+Green+Blue) = 102+106+250=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #666AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #666AFA is #999505. Grayscale: #787878. Windows color (decimal): -10065158 or 16411238. OLE color: 16411238.

HSL color Cylindrical-coordinate representation of color #666AFA: hue angle of 238.38º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #666AFA is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 106 250 -
CMYK 0.59 0.58 0 0.02
HSL 238.38º 0.94% 0.69% -
HSV(B) 238.38º 0.59% 0.98% -
XYZ 27.89 20.03 92.84 -
YUV 121.22 200.67 114.29 -
System Red Green Blue C M Y K H S L
Decimal 102 106 250 0.59 0.58 0 0.02 238.38 0.94 0.69
Hex 66 6A FA 3B 3A 0 2 EE 5E 45
Octal 146 152 372 73 72 0 2 356 136 105
Binary 1100110 1101010 11111010 111011 111010 0 10 11101110 1011110 1000101

Color Harmonies of #666AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666AFA

Black with #666AFA

Text Example


Text Example

White with #666AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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