Html Css Color HEX #6C65F1 Medium Slate Blue

📋 copy color: '#6C65F1'

red 108 ◦ green 101 ◦ blue 241

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

Shades of Medium Slate Blue #6C65F1

Tints of Medium Slate Blue #6C65F1

RGB

 RED value IS 108 (42.58% from 255) = 24%

 GREEN value IS 101 (39.84% from 255) = 22.44%

 BLUE value IS 241 (94.53% from 255) = 53.56%

R = 24%
G = 22.44%
B = 53.56%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6C65F1 (or 0x6C65F1) is known color: Medium Slate Blue. HEX triplet: 6C, 65 and F1. RGB value is (108,101,241). Sum of RGB (Red+Green+Blue) = 108+101+241=450 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C65F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C65F1 is #939A0E. Grayscale: #767676. Windows color (decimal): -9673231 or 15820140. OLE color: 15820140.

HSL color Cylindrical-coordinate representation of color #6C65F1: hue angle of 243º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C65F1 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 101 241 -
CMYK 0.55 0.58 0 0.05
HSL 243º 0.83% 0.67% -
HSV(B) 243º 0.58% 0.95% -
XYZ 26.72 18.85 85.45 -
YUV 119.05 196.82 120.12 -
System Red Green Blue C M Y K H S L
Decimal 108 101 241 0.55 0.58 0 0.05 243 0.83 0.67
Hex 6C 65 F1 37 3A 0 5 F3 53 43
Octal 154 145 361 67 72 0 5 363 123 103
Binary 1101100 1100101 11110001 110111 111010 0 101 11110011 1010011 1000011

Color Harmonies of #6C65F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C65F1

Black with #6C65F1

Text Example


Text Example

White with #6C65F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C65F1; }

 p { color: rgb(108,101,241); }

 H1.HeaderClassName
 {
   color: #6C65F1;
 }
 .AnyTagClassName
 {
   color: #6C65F1;
 }
</style>

background-color css

<style>
 a { background-color: #6C65F1; }

 a { background-color: rgb(108,101,241); }

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

border-color css

<style>
 span { border-color: #6C65F1; }

 span { border-color: rgb(108,101,241); }

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