Html Css Color HEX #665AFA Medium Slate Blue

📋 copy color: '#665AFA'

red 102 ◦ green 90 ◦ blue 250

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

Shades of Medium Slate Blue #665AFA

Tints of Medium Slate Blue #665AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.36%

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

R = 23.08%
G = 20.36%
B = 56.56%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#665AFA (or 0x665AFA) is known color: Medium Slate Blue. HEX triplet: 66, 5A and FA. RGB value is (102,90,250). Sum of RGB (Red+Green+Blue) = 102+90+250=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #665AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665AFA is #99A505. Grayscale: #6F6F6F. Windows color (decimal): -10069254 or 16407142. OLE color: 16407142.

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

Color convert

RGB 102 90 250 -
CMYK 0.59 0.64 0 0.02
HSL 244.5º 0.94% 0.67% -
HSV(B) 244.5º 0.64% 0.98% -
XYZ 26.39 17.04 92.34 -
YUV 111.83 205.98 120.99 -
System Red Green Blue C M Y K H S L
Decimal 102 90 250 0.59 0.64 0 0.02 244.5 0.94 0.67
Hex 66 5A FA 3B 40 0 2 F4 5E 43
Octal 146 132 372 73 100 0 2 364 136 103
Binary 1100110 1011010 11111010 111011 1000000 0 10 11110100 1011110 1000011

Color Harmonies of #665AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665AFA

Black with #665AFA

Text Example


Text Example

White with #665AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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