Html Css Color HEX #645FDA Slate Blue

📋 copy color: '#645FDA'

red 100 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #645FDA

Tints of Slate Blue #645FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 24.21%
G = 23%
B = 52.78%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#645FDA (or 0x645FDA) is known color: Slate Blue. HEX triplet: 64, 5F and DA. RGB value is (100,95,218). Sum of RGB (Red+Green+Blue) = 100+95+218=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #645FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FDA is #9BA025. Grayscale: #6E6E6E. Windows color (decimal): -10199078 or 14311268. OLE color: 14311268.

HSL color Cylindrical-coordinate representation of color #645FDA: hue angle of 242.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #645FDA is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 95 218 -
CMYK 0.54 0.56 0 0.15
HSL 242.44º 0.62% 0.61% -
HSV(B) 242.44º 0.56% 0.85% -
XYZ 22 15.96 68.25 -
YUV 110.52 188.66 120.5 -
System Red Green Blue C M Y K H S L
Decimal 100 95 218 0.54 0.56 0 0.15 242.44 0.62 0.61
Hex 64 5F DA 36 38 0 F F2 3E 3D
Octal 144 137 332 66 70 0 17 362 76 75
Binary 1100100 1011111 11011010 110110 111000 0 1111 11110010 111110 111101

Color Harmonies of #645FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FDA

Black with #645FDA

Text Example


Text Example

White with #645FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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