Html Css Color HEX #665FC3 Slate Blue

📋 copy color: '#665FC3'

red 102 ◦ green 95 ◦ blue 195

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

Shades of Slate Blue #665FC3

Tints of Slate Blue #665FC3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.23%

 BLUE value IS 195 (76.56% from 255) = 49.74%

R = 26.02%
G = 24.23%
B = 49.74%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#665FC3 (or 0x665FC3) is known color: Slate Blue. HEX triplet: 66, 5F and C3. RGB value is (102,95,195). Sum of RGB (Red+Green+Blue) = 102+95+195=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #665FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FC3 is #99A03C. Grayscale: #6C6C6C. Windows color (decimal): -10068029 or 12803942. OLE color: 12803942.

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

Color convert

RGB 102 95 195 -
CMYK 0.48 0.51 0 0.24
HSL 244.2º 0.45% 0.57% -
HSV(B) 244.2º 0.51% 0.76% -
XYZ 19.42 14.95 53.49 -
YUV 108.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 102 95 195 0.48 0.51 0 0.24 244.2 0.45 0.57
Hex 66 5F C3 30 33 0 18 F4 2D 39
Octal 146 137 303 60 63 0 30 364 55 71
Binary 1100110 1011111 11000011 110000 110011 0 11000 11110100 101101 111001

Color Harmonies of #665FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FC3

Black with #665FC3

Text Example


Text Example

White with #665FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,95,195); }

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

background-color css

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

 a { background-color: rgb(102,95,195); }

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

border-color css

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

 span { border-color: rgb(102,95,195); }

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