Html Css Color HEX #665AE1 Slate Blue

📋 copy color: '#665AE1'

red 102 ◦ green 90 ◦ blue 225

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

Shades of Slate Blue #665AE1

Tints of Slate Blue #665AE1

RGB

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

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

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

R = 24.46%
G = 21.58%
B = 53.96%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#665AE1 (or 0x665AE1) is known color: Slate Blue. HEX triplet: 66, 5A and E1. RGB value is (102,90,225). Sum of RGB (Red+Green+Blue) = 102+90+225=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #665AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665AE1 is #99A51E. Grayscale: #6C6C6C. Windows color (decimal): -10069279 or 14768742. OLE color: 14768742.

HSL color Cylindrical-coordinate representation of color #665AE1: hue angle of 245.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #665AE1 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 90 225 -
CMYK 0.55 0.60 0 0.12
HSL 245.33º 0.69% 0.62% -
HSV(B) 245.33º 0.6% 0.88% -
XYZ 22.73 15.57 73.04 -
YUV 108.98 193.48 123.02 -
System Red Green Blue C M Y K H S L
Decimal 102 90 225 0.55 0.60 0 0.12 245.33 0.69 0.62
Hex 66 5A E1 37 3C 0 C F5 45 3E
Octal 146 132 341 67 74 0 14 365 105 76
Binary 1100110 1011010 11100001 110111 111100 0 1100 11110101 1000101 111110

Color Harmonies of #665AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665AE1

Black with #665AE1

Text Example


Text Example

White with #665AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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