Html Css Color HEX #6464DA Slate Blue

📋 copy color: '#6464DA'

red 100 ◦ green 100 ◦ blue 218

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

Shades of Slate Blue #6464DA

Tints of Slate Blue #6464DA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.92%

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

R = 23.92%
G = 23.92%
B = 52.15%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6464DA (or 0x6464DA) is known color: Slate Blue. HEX triplet: 64, 64 and DA. RGB value is (100,100,218). Sum of RGB (Red+Green+Blue) = 100+100+218=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #6464DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6464DA is #9B9B25. Grayscale: #707070. Windows color (decimal): -10197798 or 14312548. OLE color: 14312548.

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

Color convert

RGB 100 100 218 -
CMYK 0.54 0.54 0 0.15
HSL 240º 0.61% 0.62% -
HSV(B) 240º 0.54% 0.85% -
XYZ 22.47 16.89 68.4 -
YUV 113.45 187 118.41 -
System Red Green Blue C M Y K H S L
Decimal 100 100 218 0.54 0.54 0 0.15 240 0.61 0.62
Hex 64 64 DA 36 36 0 F F0 3D 3E
Octal 144 144 332 66 66 0 17 360 75 76
Binary 1100100 1100100 11011010 110110 110110 0 1111 11110000 111101 111110

Color Harmonies of #6464DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6464DA

Black with #6464DA

Text Example


Text Example

White with #6464DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6464DA; }

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

 H1.HeaderClassName
 {
   color: #6464DA;
 }
 .AnyTagClassName
 {
   color: #6464DA;
 }
</style>

background-color css

<style>
 a { background-color: #6464DA; }

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

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

border-color css

<style>
 span { border-color: #6464DA; }

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

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