Html Css Color HEX #665DD7 Slate Blue

📋 copy color: '#665DD7'

red 102 ◦ green 93 ◦ blue 215

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

Shades of Slate Blue #665DD7

Tints of Slate Blue #665DD7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.68%

 BLUE value IS 215 (84.38% from 255) = 52.44%

R = 24.88%
G = 22.68%
B = 52.44%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#665DD7 (or 0x665DD7) is known color: Slate Blue. HEX triplet: 66, 5D and D7. RGB value is (102,93,215). Sum of RGB (Red+Green+Blue) = 102+93+215=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 215 (84.38% from 255 or 52.44% from 410); Max value from RGB is 215 - color contains mainly: blue. Hex color #665DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DD7 is #99A228. Grayscale: #6D6D6D. Windows color (decimal): -10068521 or 14114150. OLE color: 14114150.

HSL color Cylindrical-coordinate representation of color #665DD7: hue angle of 244.43º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #665DD7 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 93 215 -
CMYK 0.53 0.57 0 0.16
HSL 244.43º 0.6% 0.6% -
HSV(B) 244.43º 0.57% 0.84% -
XYZ 21.66 15.56 66.15 -
YUV 109.6 187.48 122.58 -
System Red Green Blue C M Y K H S L
Decimal 102 93 215 0.53 0.57 0 0.16 244.43 0.6 0.6
Hex 66 5D D7 35 39 0 10 F4 3C 3C
Octal 146 135 327 65 71 0 20 364 74 74
Binary 1100110 1011101 11010111 110101 111001 0 10000 11110100 111100 111100

Color Harmonies of #665DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DD7

Black with #665DD7

Text Example


Text Example

White with #665DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,93,215); }

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

background-color css

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

 a { background-color: rgb(102,93,215); }

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

border-color css

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

 span { border-color: rgb(102,93,215); }

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