Html Css Color HEX #6565FB Medium Slate Blue

📋 copy color: '#6565FB'

red 101 ◦ green 101 ◦ blue 251

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

Shades of Medium Slate Blue #6565FB

Tints of Medium Slate Blue #6565FB

RGB

 RED value IS 101 (39.84% from 255) = 22.3%

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

 BLUE value IS 251 (98.44% from 255) = 55.41%

R = 22.3%
G = 22.3%
B = 55.41%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6565FB (or 0x6565FB) is known color: Medium Slate Blue. HEX triplet: 65, 65 and FB. RGB value is (101,101,251). Sum of RGB (Red+Green+Blue) = 101+101+251=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #6565FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6565FB is #9A9A04. Grayscale: #757575. Windows color (decimal): -10131973 or 16475493. OLE color: 16475493.

HSL color Cylindrical-coordinate representation of color #6565FB: hue angle of 240º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6565FB is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 101 251 -
CMYK 0.60 0.60 0 0.02
HSL 240º 0.95% 0.69% -
HSV(B) 240º 0.6% 0.98% -
XYZ 27.43 19.04 93.5 -
YUV 118.1 203 115.8 -
System Red Green Blue C M Y K H S L
Decimal 101 101 251 0.60 0.60 0 0.02 240 0.95 0.69
Hex 65 65 FB 3C 3C 0 2 F0 5F 45
Octal 145 145 373 74 74 0 2 360 137 105
Binary 1100101 1100101 11111011 111100 111100 0 10 11110000 1011111 1000101

Color Harmonies of #6565FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6565FB

Black with #6565FB

Text Example


Text Example

White with #6565FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6565FB; }

 p { color: rgb(101,101,251); }

 H1.HeaderClassName
 {
   color: #6565FB;
 }
 .AnyTagClassName
 {
   color: #6565FB;
 }
</style>

background-color css

<style>
 a { background-color: #6565FB; }

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

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

border-color css

<style>
 span { border-color: #6565FB; }

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

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