Html Css Color HEX #665BC1 Slate Blue

📋 copy color: '#665BC1'

red 102 ◦ green 91 ◦ blue 193

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

Shades of Slate Blue #665BC1

Tints of Slate Blue #665BC1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.58%

 BLUE value IS 193 (75.78% from 255) = 50%

R = 26.42%
G = 23.58%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#665BC1 (or 0x665BC1) is known color: Slate Blue. HEX triplet: 66, 5B and C1. RGB value is (102,91,193). Sum of RGB (Red+Green+Blue) = 102+91+193=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #665BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BC1 is #99A43E. Grayscale: #696969. Windows color (decimal): -10069055 or 12671846. OLE color: 12671846.

HSL color Cylindrical-coordinate representation of color #665BC1: hue angle of 246.47º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665BC1 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 91 193 -
CMYK 0.47 0.53 0 0.24
HSL 246.47º 0.45% 0.56% -
HSV(B) 246.47º 0.53% 0.76% -
XYZ 18.85 14.16 52.19 -
YUV 105.92 177.14 125.21 -
System Red Green Blue C M Y K H S L
Decimal 102 91 193 0.47 0.53 0 0.24 246.47 0.45 0.56
Hex 66 5B C1 2F 35 0 18 F6 2D 38
Octal 146 133 301 57 65 0 30 366 55 70
Binary 1100110 1011011 11000001 101111 110101 0 11000 11110110 101101 111000

Color Harmonies of #665BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665BC1

Black with #665BC1

Text Example


Text Example

White with #665BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,91,193); }

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

background-color css

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

 a { background-color: rgb(102,91,193); }

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

border-color css

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

 span { border-color: rgb(102,91,193); }

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