Html Css Color HEX #665AC0 Slate Blue

📋 copy color: '#665AC0'

red 102 ◦ green 90 ◦ blue 192

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

Shades of Slate Blue #665AC0

Tints of Slate Blue #665AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50%

R = 26.56%
G = 23.44%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#665AC0 (or 0x665AC0) is known color: Slate Blue. HEX triplet: 66, 5A and C0. RGB value is (102,90,192). Sum of RGB (Red+Green+Blue) = 102+90+192=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #665AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665AC0 is #99A53F. Grayscale: #686868. Windows color (decimal): -10069312 or 12606054. OLE color: 12606054.

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

Color convert

RGB 102 90 192 -
CMYK 0.47 0.53 0 0.25
HSL 247.06º 0.45% 0.55% -
HSV(B) 247.06º 0.53% 0.75% -
XYZ 18.65 13.94 51.58 -
YUV 105.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 102 90 192 0.47 0.53 0 0.25 247.06 0.45 0.55
Hex 66 5A C0 2F 35 0 19 F7 2D 37
Octal 146 132 300 57 65 0 31 367 55 67
Binary 1100110 1011010 11000000 101111 110101 0 11001 11110111 101101 110111

Color Harmonies of #665AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665AC0

Black with #665AC0

Text Example


Text Example

White with #665AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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