Html Css Color HEX #6640DA Slate Blue

📋 copy color: '#6640DA'

red 102 ◦ green 64 ◦ blue 218

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

Shades of Slate Blue #6640DA

Tints of Slate Blue #6640DA

RGB

 RED value IS 102 (40.23% from 255) = 26.56%

 GREEN value IS 64 (25.39% from 255) = 16.67%

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

R = 26.56%
G = 16.67%
B = 56.77%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6640DA (or 0x6640DA) is known color: Slate Blue. HEX triplet: 66, 40 and DA. RGB value is (102,64,218). Sum of RGB (Red+Green+Blue) = 102+64+218=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #6640DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640DA is #99BF25. Grayscale: #5C5C5C. Windows color (decimal): -10075942 or 14303334. OLE color: 14303334.

HSL color Cylindrical-coordinate representation of color #6640DA: hue angle of 254.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6640DA is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 64 218 -
CMYK 0.53 0.71 0 0.15
HSL 254.81º 0.68% 0.55% -
HSV(B) 254.81º 0.71% 0.85% -
XYZ 19.97 11.55 67.51 -
YUV 92.92 198.59 134.48 -
System Red Green Blue C M Y K H S L
Decimal 102 64 218 0.53 0.71 0 0.15 254.81 0.68 0.55
Hex 66 40 DA 35 47 0 F FF 44 37
Octal 146 100 332 65 107 0 17 377 104 67
Binary 1100110 1000000 11011010 110101 1000111 0 1111 11111111 1000100 110111

Color Harmonies of #6640DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6640DA

Black with #6640DA

Text Example


Text Example

White with #6640DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,64,218); }

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

background-color css

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

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

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

border-color css

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

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

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