Html Css Color HEX #645FCB Slate Blue

📋 copy color: '#645FCB'

red 100 ◦ green 95 ◦ blue 203

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

Shades of Slate Blue #645FCB

Tints of Slate Blue #645FCB

RGB

 RED value IS 100 (39.45% from 255) = 25.13%

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 25.13%
G = 23.87%
B = 51.01%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#645FCB (or 0x645FCB) is known color: Slate Blue. HEX triplet: 64, 5F and CB. RGB value is (100,95,203). Sum of RGB (Red+Green+Blue) = 100+95+203=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #645FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FCB is #9BA034. Grayscale: #6C6C6C. Windows color (decimal): -10199093 or 13328228. OLE color: 13328228.

HSL color Cylindrical-coordinate representation of color #645FCB: hue angle of 242.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #645FCB is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 95 203 -
CMYK 0.51 0.53 0 0.20
HSL 242.78º 0.51% 0.58% -
HSV(B) 242.78º 0.53% 0.8% -
XYZ 20.13 15.21 58.37 -
YUV 108.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 100 95 203 0.51 0.53 0 0.20 242.78 0.51 0.58
Hex 64 5F CB 33 35 0 14 F3 33 3A
Octal 144 137 313 63 65 0 24 363 63 72
Binary 1100100 1011111 11001011 110011 110101 0 10100 11110011 110011 111010

Color Harmonies of #645FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FCB

Black with #645FCB

Text Example


Text Example

White with #645FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645FCB; }

 p { color: rgb(100,95,203); }

 H1.HeaderClassName
 {
   color: #645FCB;
 }
 .AnyTagClassName
 {
   color: #645FCB;
 }
</style>

background-color css

<style>
 a { background-color: #645FCB; }

 a { background-color: rgb(100,95,203); }

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

border-color css

<style>
 span { border-color: #645FCB; }

 span { border-color: rgb(100,95,203); }

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