Html Css Color HEX #665AC2 Slate Blue

📋 copy color: '#665AC2'

red 102 ◦ green 90 ◦ blue 194

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

Shades of Slate Blue #665AC2

Tints of Slate Blue #665AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.26%

R = 26.42%
G = 23.32%
B = 50.26%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#665AC2 (or 0x665AC2) is known color: Slate Blue. HEX triplet: 66, 5A and C2. RGB value is (102,90,194). Sum of RGB (Red+Green+Blue) = 102+90+194=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #665AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665AC2 is #99A53D. Grayscale: #696969. Windows color (decimal): -10069310 or 12737126. OLE color: 12737126.

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

Color convert

RGB 102 90 194 -
CMYK 0.47 0.54 0 0.24
HSL 246.92º 0.46% 0.56% -
HSV(B) 246.92º 0.54% 0.76% -
XYZ 18.87 14.03 52.75 -
YUV 105.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 102 90 194 0.47 0.54 0 0.24 246.92 0.46 0.56
Hex 66 5A C2 2F 36 0 18 F7 2E 38
Octal 146 132 302 57 66 0 30 367 56 70
Binary 1100110 1011010 11000010 101111 110110 0 11000 11110111 101110 111000

Color Harmonies of #665AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665AC2

Black with #665AC2

Text Example


Text Example

White with #665AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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