Html Css Color HEX #6C65FE Medium Slate Blue

📋 copy color: '#6C65FE'

red 108 ◦ green 101 ◦ blue 254

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

Shades of Medium Slate Blue #6C65FE

Tints of Medium Slate Blue #6C65FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 23.33%
G = 21.81%
B = 54.86%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C65FE (or 0x6C65FE) is known color: Medium Slate Blue. HEX triplet: 6C, 65 and FE. RGB value is (108,101,254). Sum of RGB (Red+Green+Blue) = 108+101+254=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C65FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C65FE is #939A01. Grayscale: #777777. Windows color (decimal): -9673218 or 16672108. OLE color: 16672108.

HSL color Cylindrical-coordinate representation of color #6C65FE: hue angle of 242.75º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C65FE is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 108 101 254 -
CMYK 0.57 0.60 0 0.00
HSL 242.75º 0.99% 0.7% -
HSV(B) 242.75º 0.6% 1% -
XYZ 28.73 19.65 96.04 -
YUV 120.54 203.32 119.06 -
System Red Green Blue C M Y K H S L
Decimal 108 101 254 0.57 0.60 0 0.00 242.75 0.99 0.7
Hex 6C 65 FE 39 3C 0 0 F3 63 46
Octal 154 145 376 71 74 0 0 363 143 106
Binary 1101100 1100101 11111110 111001 111100 0 0 11110011 1100011 1000110

Color Harmonies of #6C65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C65FE

Black with #6C65FE

Text Example


Text Example

White with #6C65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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