Html Css Color HEX #665CC7 Slate Blue

📋 copy color: '#665CC7'

red 102 ◦ green 92 ◦ blue 199

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

Shades of Slate Blue #665CC7

Tints of Slate Blue #665CC7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

 BLUE value IS 199 (78.13% from 255) = 50.64%

R = 25.95%
G = 23.41%
B = 50.64%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#665CC7 (or 0x665CC7) is known color: Slate Blue. HEX triplet: 66, 5C and C7. RGB value is (102,92,199). Sum of RGB (Red+Green+Blue) = 102+92+199=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #665CC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CC7 is #99A338. Grayscale: #6A6A6A. Windows color (decimal): -10068793 or 13065318. OLE color: 13065318.

HSL color Cylindrical-coordinate representation of color #665CC7: hue angle of 245.61º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #665CC7 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 92 199 -
CMYK 0.49 0.54 0 0.22
HSL 245.61º 0.49% 0.57% -
HSV(B) 245.61º 0.54% 0.78% -
XYZ 19.62 14.6 55.82 -
YUV 107.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 102 92 199 0.49 0.54 0 0.22 245.61 0.49 0.57
Hex 66 5C C7 31 36 0 16 F6 31 39
Octal 146 134 307 61 66 0 26 366 61 71
Binary 1100110 1011100 11000111 110001 110110 0 10110 11110110 110001 111001

Color Harmonies of #665CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665CC7

Black with #665CC7

Text Example


Text Example

White with #665CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,92,199); }

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

background-color css

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

 a { background-color: rgb(102,92,199); }

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

border-color css

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

 span { border-color: rgb(102,92,199); }

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